Lines Matching refs:AddColor

521 	bevelGradient.AddColor(bevelShadow, 0);  in DrawRadioButton()
522 bevelGradient.AddColor(bevelLight, 255); in DrawRadioButton()
530 bevelGradient.AddColor(borderColor, 0); in DrawRadioButton()
531 bevelGradient.AddColor(tint_color(borderColor, 0.8), 255); in DrawRadioButton()
1677 fillGradient.AddColor(tint_color(base, 0.85), 0); in DrawActiveTab()
1678 fillGradient.AddColor(base, 255); in DrawActiveTab()
1686 fillGradient.AddColor(tint_color(base, 0.75), 0); in DrawActiveTab()
1687 fillGradient.AddColor(tint_color(base, 1.03), 255); in DrawActiveTab()
1847 fillGradient.AddColor(tint_color(base, 0.85), 0); in DrawInactiveTab()
1848 fillGradient.AddColor(base, 255); in DrawInactiveTab()
1856 fillGradient.AddColor(tint_color(base, 1.12), 0); in DrawInactiveTab()
1857 fillGradient.AddColor(tint_color(base, 1.08), 255); in DrawInactiveTab()
3180 gradient.AddColor(frameLightColor, 0); in _DrawMenuFieldBackgroundInside()
3181 gradient.AddColor(frameShadowColor, 255); in _DrawMenuFieldBackgroundInside()
3218 gradient.AddColor(frameLightColor, 0); in _DrawMenuFieldBackgroundInside()
3219 gradient.AddColor(frameShadowColor, 255); in _DrawMenuFieldBackgroundInside()
3389 gradient.AddColor(edgeTopColor, 0); in _DrawRoundCornerFrameRightTop()
3390 gradient.AddColor(edgeRightColor, 255); in _DrawRoundCornerFrameRightTop()
3434 gradient.AddColor(bevelTopColor, 0); in _DrawRoundCornerBackgroundRightTop()
3435 gradient.AddColor(bevelRightColor, 255); in _DrawRoundCornerBackgroundRightTop()
3485 gradient.AddColor(edgeLeftColor, 0); in _DrawRoundCornerFrameLeftBottom()
3486 gradient.AddColor(edgeBottomColor, 255); in _DrawRoundCornerFrameLeftBottom()
3530 gradient.AddColor(bevelLeftColor, 0); in _DrawRoundCornerBackgroundLeftBottom()
3531 gradient.AddColor(bevelBottomColor, 255); in _DrawRoundCornerBackgroundLeftBottom()
3633 gradient.AddColor(edgeShadowColor, 0); in _DrawRoundBarCorner()
3634 gradient.AddColor(edgeLightColor, 255); in _DrawRoundBarCorner()
3649 gradient.AddColor(frameShadowColor, 0); in _DrawRoundBarCorner()
3650 gradient.AddColor(frameLightColor, 255); in _DrawRoundBarCorner()
3665 gradient.AddColor(fillShadowColor, 0); in _DrawRoundBarCorner()
3666 gradient.AddColor(fillLightColor, 255); in _DrawRoundBarCorner()
3868 gradient.AddColor(tint_color(base, topTint), 0); in _MakeGradient()
3869 gradient.AddColor(tint_color(base, bottomTint), 255); in _MakeGradient()
3884 gradient.AddColor(tint_color(base, topTint), 0); in _MakeGlossyGradient()
3885 gradient.AddColor(tint_color(base, middle1Tint), 132); in _MakeGlossyGradient()
3886 gradient.AddColor(tint_color(base, middle2Tint), 136); in _MakeGlossyGradient()
3887 gradient.AddColor(tint_color(base, bottomTint), 255); in _MakeGlossyGradient()