RgbFactorProps Type
RgbFactorProps = number[]
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.
Defined in
- core/common/src/MaterialProps.ts Line 19
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.