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

/haiku/src/kits/interface/
H A DColorControl.cpp480 rgb_color compColor = { 0, 0, 0, 255 }; local
482 compColor.red = compColor.green = compColor.blue = 156;
486 _DrawColorRamp(_RampFrame(0), target, white, compColor, 0, false,
488 _DrawColorRamp(_RampFrame(1), target, red, compColor, 0, false,
490 _DrawColorRamp(_RampFrame(2), target, green, compColor, 0, false,
492 _DrawColorRamp(_RampFrame(3), target, blue, compColor, 0, false,
538 rgb_color baseColor, rgb_color compColor, int16 flag, bool focused,
553 color.red = (uint8)(i * 255 / width) + compColor
537 _DrawColorRamp(BRect rect, BView* target, rgb_color baseColor, rgb_color compColor, int16 flag, bool focused, BRect updateRect) argument
[all...]
/haiku/headers/os/interface/
H A DColorControl.h102 rgb_color baseColor, rgb_color compColor,

Completed in 16 milliseconds