Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
RATIO_5_TO_8_BIT
src/servers/app/RGBColor.cpp
64
col->red=uint8(r16 * RATIO_5_TO_8_BIT);
src/servers/app/RGBColor.cpp
66
col->blue=uint8(b16 * RATIO_5_TO_8_BIT);