Color Alpha Component [0.0 .. 1.0]
Color Blue Component [0 .. 255]
Color Green Component [0 .. 255]
Color Red Component [0 .. 255]
Return true if the r,g,b,a values of this color are equal with the given one.
Parse a Hex color ("#RGB", "#RGBA" or "#RRGGBB", "#RRGGBBAA" format) and set this color to the corresponding r,g,b,a values
Optional
argb: boolean = falsetrue if format is #ARGB, or #AARRGGBB (as opposed to #RGBA or #RGGBBAA)
Reference to this object for method chaining
set this color to the specified normalized float values
red component [0.0 .. 1.0]
green component [0.0 .. 1.0]
blue component [0.0 .. 1.0]
Optional
alpha: number = 1.0alpha value [0.0 .. 1.0]
Reference to this object for method chaining
A color manipulation object.