API Reference > imodeljs-common > Rendering > RgbFactorProps 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 core/common/src/MaterialProps.ts Line 18 Last Updated: 11 June, 2024