Searched refs:RGB (Results 1 – 4 of 4) sorted by relevance
209 typedef double RGB[3]; typedef210 RGB color1;212 extern const RGB color2 = {};214 extern RGB const color3[5] = {};216 extern RGB const ((color4)[5]) = {};
303 * RGB to grayscale304 * HSL to RGB
354 RGB = 4, enumerator
395 CASE(ImageChannelOrder, RGB) in getImageChannelOrderName()