The hexadecimal number to convert
Optional
out: number[] | Float32ArrayIf supplied, this array will be used rather than returning a new one
An array representing the [R, G, B] of the color where all values are floats.
PIXI.utils
hex2rgb
PIXI.Color.toRgbArray
since 7.2.0
Generated using TypeDoc
Converts a hexadecimal color number to an [R, G, B] array of normalized floats (numbers from 0.0 to 1.0).