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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DColor.h51 inline int greenChannel(RGBA32 color) { return (color >> 8) & 0xFF; } function in namespace:blink
105 int green() const { return greenChannel(m_color); }

Completed in 119 milliseconds