Searched refs:redChannel (Results 1 – 2 of 2) sorted by relevance
76 inline int redChannel(RGBA32 color) { return (color >> 16) & 0xFF; } in redChannel() function109 int red() const { return redChannel(m_color); } in red()
99502 (WebCore::redChannel):