Home
last modified time | relevance | path

Searched refs:color (Results 1 – 5 of 5) sorted by relevance

/TaskScheduler/Scheduler/Doxygen/
H A Dstyle.css18 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 …]
H A DDoxyfile1170 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
1172 # this color. Hue is specified as an angle on a colorwheel, see
/TaskScheduler/Scheduler/Include/
H A DMTColorTable.h182 uint32 color = _color; in ConvertToABGR() local
184 uint8 r = (color >> 16) & 0xFF; in ConvertToABGR()
185 uint8 b = (color) & 0xFF; in ConvertToABGR()
187 uint32 result = (color & 0xFF00FF00); in ConvertToABGR()
/TaskScheduler/SchedulerTests/Tests/
H A DDxtTests.cpp142 uint32 color = 0xFF000000 | ((b << 16) | (g << 8) | (r)); in SUITE() local
144 pixels[y * 4 + x] = color; in SUITE()
/TaskScheduler/ThirdParty/Squish/
H A Dtexture_compression_s3tc.txt87 spec? MSDN documentation does not specify an RGB color for the
97 transparent samples is problematic. Defining a black color on
102 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.