Searched refs:GetR (Results 1 – 1 of 1) sorted by relevance
38 int GetR ( u16 color );54 int GetR ( u16 color ) { return (color & GX_RGB_R_MASK) >> GX_RGB_R_SHIFT; } in GetR() function