Packagegraphics.colors
Interfacepublic interface ColorSpace extends Cloneable, Equatable, Serializable
Implementors CMY, HSL, HSV, RGB, XYZ, YUV, Yxy

A color space (or color model) is an abstract mathematical model describing the way colors can be represented as tuples of numbers, typically as three or four values or color components (e.g. RGB and CMYK are color models).



Public Methods
 MethodDefined By
 Inherited
clone():*
Creates and returns a shallow copy of the object.
Cloneable
 Inherited
equals(o:*):Boolean
Compares the specified object with this object for equality.
Equatable
 Inherited
toSource(indent:int = 0):String
Returns the source code string representation of the object.
Serializable