Searched refs:RATIO_5_TO_8_BIT (Results 1 - 1 of 1) sorted by relevance

/haiku/src/servers/app/
H A DRGBColor.cpp33 #define RATIO_5_TO_8_BIT 8.22580645161 macro
64 col->red=uint8(r16 * RATIO_5_TO_8_BIT);
66 col->blue=uint8(b16 * RATIO_5_TO_8_BIT);

Completed in 17 milliseconds