Searched defs:blueChannel (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DColor.h52 inline int blueChannel(RGBA32 color) { return color & 0xFF; } function in namespace:blink
106 int blue() const { return blueChannel(m_color); }

Completed in 73 milliseconds