toRgba

Converts this color to a single numeric unsigned 32-bit RGBA value, using the endianness of the system.

const rgba = Color.BLUE.toRgba();

Return

A single numeric unsigned 32-bit RGBA value.

See also