Static
toRGBAcolor
RGBA color
Parse color to RGBA. Number can be in format AARRGGBB or RRGGBB.
color
RGBA color
Parse red, green and blue to RGBA. All numbers must be between 0 and 255.
red
green
blue
RGBA color
Parse red, green, blue and alpha to RGBA. All numbers must be between 0 and 255.
red
green
blue
alpha
RGBA color
Parse hex string to RGBA. Hex string can be in format AARRGGBB or RRGGBB. Can be prefixed with # or 0x. Can also be a number.