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.
extensions
RgbFactorProps = number[]
Defined in
- core/common/src/MaterialProps.ts Line 19
Last Updated: 20 June, 2023