toRgba
Converts this color to a single numeric unsigned 32-bit RGBA value, using the endianness of the system.
const rgba = Color.BLUE.toRgba();
Content copied to clipboard
Return
A single numeric unsigned 32-bit RGBA value.
Converts this color to a single numeric unsigned 32-bit RGBA value, using the endianness of the system.
const rgba = Color.BLUE.toRgba();
A single numeric unsigned 32-bit RGBA value.