GltfPbrMetallicRoughness.baseColorFactor Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The RGBA components of the base color of the material. The fourth component (A) is the opacity of the material. These values are linear.
public: cli::array <float> ^ baseColorFactor;
public float[] baseColorFactor;
val mutable baseColorFactor : single[]
Public baseColorFactor As Single()
Field Value
- Single[]