List of All Members for Color
This is the complete list of members for Color, including inherited members.
- color blend(color a, color b, real factor)
- color darker(color baseColor, real factor)
- bool equal(color lhs, color rhs)
- color fromString(string name)
- color hsla(real hue, real saturation, real lightness, real alpha)
- color hsva(real hue, real saturation, real value, real alpha)
- color lighter(color baseColor, real factor)
- color rgba(real red, real green, real blue, real alpha)
- color tint(color baseColor, color tintColor)
- color transparent(color color, real opacity)