RgbFactorProps Type alias

Describes a color as an array of three numbers ranging from 0 to 1 where the first entry corresponds to the color's red component, the second to green, and the third to blue.

@see usage in RenderMaterialAssetProps.

RgbFactorProps = number[]

Defined in

Last Updated: 29 March, 2024