Home
last modified time | relevance | path

Searched refs:endColor (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.cpp922 rgb_color startColor, endColor; in _DrawBlendedRect() local
925 endColor = fFrameHighColor; in _DrawBlendedRect()
928 endColor = fFrameLowerColor; in _DrawBlendedRect()
936 gradient.AddColor(endColor, 255); in _DrawBlendedRect()
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.cpp715 rgb_color startColor, endColor; in _DrawBlendedRect() local
718 endColor = colors[COLOR_BUTTON_LIGHT]; in _DrawBlendedRect()
721 endColor = colors[COLOR_BUTTON]; in _DrawBlendedRect()
731 gradient.AddColor(endColor, 255); in _DrawBlendedRect()
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.cpp783 rgb_color startColor, endColor; in _DrawBlendedRect() local
786 endColor = tint_color(colors[COLOR_BUTTON], 0.9); in _DrawBlendedRect()
789 endColor = tint_color(colors[COLOR_BUTTON], 0.5); in _DrawBlendedRect()
799 gradient.AddColor(endColor, 250); in _DrawBlendedRect()