VEGAS AS3 Reference
All Packages
|
All Classes
|
Index
|
Frames
No Frames
ColorSpace
Package
graphics.colors
Interface
public 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
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined By
clone
():*
Creates and returns a shallow copy of the object.
Cloneable
equals
(o:*):Boolean
Compares the specified object with this object for equality.
Equatable
toSource
(indent:int = 0):String
Returns the source code string representation of the object.
Serializable
Mardi Août 16 2011, 02:33 PM +02:00