PbrMaterial.AlbedoColor Property
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.
Constant albedo color.
public:
property Microsoft::Azure::RemoteRendering::Color4 AlbedoColor { Microsoft::Azure::RemoteRendering::Color4 get(); void set(Microsoft::Azure::RemoteRendering::Color4 value); };
public Microsoft.Azure.RemoteRendering.Color4 AlbedoColor { get; set; }
member this.AlbedoColor : Microsoft.Azure.RemoteRendering.Color4 with get, set
Public Property AlbedoColor As Color4
Property Value
Remarks
This color is modulated with the color from the AlbedoTexture. The alpha channel represents the opacity, in case the material is flagged as transparent (TransparentMaterial).