Clone this color.
Copy components into array
in ARGB order.
Typed array
Optional
offset: numberOptional, offset into array
Optional
normalized: 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
Optional
offset: numberOptional, offset into array
Optional
normalized: 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
Optional
offset: numberOptional, offset into array
Optional
normalized: booleanOptional, if true
copy in range [0,1], otherwise copy in range [0,255] (default)
Self
Check if the color matches this color.
Optional
epsilon: numberOptional, epsilon for comparison
Check if the color matches this color.
Optional
epsilon: numberOptional, epsilon for comparison
Read-only interface of an RGBA color.
Remarks
In [0,1] range.