Clone this color.
Copy components into array in ARGB order.
Typed array
Optionaloffset: numberOptional, offset into array
Optionalnormalized: booleanOptional, if true copy in range [0,1], otherwise copy in range [0,255] (default)
Self
Copy components into array in RGB order.
Typed array
Optionaloffset: numberOptional, offset into array
Optionalnormalized: booleanOptional, if true copy in range [0,1], otherwise copy in range [0,255] (default)
Self
Copy components into array in RGBA order.
Typed array
Optionaloffset: numberOptional, offset into array
Optionalnormalized: booleanOptional, if true copy in range [0,1], otherwise copy in range [0,255] (default)
Self
Check if the color matches this color.
Optionalepsilon: numberOptional, epsilon for comparison
Check if the color matches this color.
Optionalepsilon: numberOptional, epsilon for comparison
Read-only interface of an RGBA color.
Remarks
In [0,1] range.