Difference between revisions of "Legacy:Functions/Colors"
From Spherical
(created) |
(No difference)
|
Latest revision as of 17:30, 22 May 2013
Colors
- Sphere Color object: Holds RGBA data for a color.
- CreateColor(red, green, blue[, alpha]): Create a new Color object.
Blending colors
- BlendColors(c1, c2): Mix two Colors evenly.
- BlendColorsWeighted(c1, c2, c1_weight, c2_weight): Mix two Colors in given proportions.