Home
last modified time | relevance | path

Searched refs:blend_color (Results 1 – 6 of 6) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/gui/
H A DSwatchView.cpp57 blend_color(rgb_color& a, const rgb_color& b, float alpha) in blend_color() function
79 blend_color(h, kAlphaHigh, alpha); in Draw()
81 blend_color(l, kAlphaLow, alpha); in Draw()
93 blend_color(h, kAlphaHigh, alpha); in Draw()
95 blend_color(l, kAlphaLow, alpha); in Draw()
109 blend_color(h, kAlphaHigh, alpha); in Draw()
111 blend_color(l, kAlphaLow, alpha); in Draw()
/haiku/src/kits/interface/
H A DGraphicsDefs.cpp71 blend_color(rgb_color color1, rgb_color color2, uint8 amount) in blend_color() function
/haiku/headers/os/interface/
H A DGraphicsDefs.h116 rgb_color blend_color(rgb_color color1, rgb_color color2, uint8 amount);
/haiku/docs/develop/servers/app_server/
H A DColorUtils.rst114 channel, i.e. blend_color.red=uint8(col1.red - (delta_r \* position) )
/haiku/docs/user/interface/
H A DGraphicsDefs.dox275 \fn rgb_color blend_color(rgb_color color1, rgb_color color2, uint8 amount)
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp887 view->SetLowColor(blend_color(B_TRANSPARENT_COLOR, in _AdjustTextColors()
896 fUptimeView->SetLowColor(blend_color(B_TRANSPARENT_COLOR, in _AdjustTextColors()