OOF2: The Manual
Name
Color — Various ways of describing a color.
Subclasses
Subclasses are listed as they appear in the GUI and (in parentheses) as they appear in scripts.
-
RGBColor (
RGBColor) -- Color specified as a Red, Green, Blue triplet. -
HSVColor (
HSVColor) -- Color specified by Hue, Saturation, and Value. -
Gray (
Gray) -- A gray color. -
RGBAColor (
RGBAColor) -- Color specified as a Red, Green, Blue, Alpha quartet. -
HSVAColor (
HSVAColor) -- Color specified by Hue, Saturation, Value, and Alpha. -
TranslucentGray (
TranslucentGray) -- A gray color with an opacity component.



