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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DColor.h50 inline int redChannel(RGBA32 color) { return (color >> 16) & 0xFF; } function in namespace:blink
104 int red() const { return redChannel(m_color); }

Completed in 90 milliseconds