Searched refs:color (Results 1 – 5 of 5) sorted by relevance
18 color: #363534;86 color: #002F73;90 color: #002F73;114 color: #002F73; 118 color: #002F73; 157 color: #66666E;174 color: #363534;416 color: #363534;463 color: #363534;499 color: #66666E;[all …]
1170 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen1172 # this color. Hue is specified as an angle on a colorwheel, see
182 uint32 color = _color; in ConvertToABGR() local184 uint8 r = (color >> 16) & 0xFF; in ConvertToABGR()185 uint8 b = (color) & 0xFF; in ConvertToABGR()187 uint32 result = (color & 0xFF00FF00); in ConvertToABGR()
142 uint32 color = 0xFF000000 | ((b << 16) | (g << 8) | (r)); in SUITE() local144 pixels[y * 4 + x] = color; in SUITE()
87 spec? MSDN documentation does not specify an RGB color for the97 transparent samples is problematic. Defining a black color on102 the color channels as would be obtained using a white color, 75%347 The RGB color for a texel at location (x,y) in the block is given by:360 RGB color where red, green, and blue are all zero.