PbrMaterial.AlbedoColor Property

Definition

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).

Applies to