Legacy:Functions/Colors
From Spherical
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.