PbrMaterial.FresnelEffectColor Property

Definition

The Fresnel effect color used when the effect is enabled (see the 'FresnelEffect' flag in PbrMaterialFeatures)

public:
 property Microsoft::Azure::RemoteRendering::Color4 FresnelEffectColor { Microsoft::Azure::RemoteRendering::Color4 get(); void set(Microsoft::Azure::RemoteRendering::Color4 value); };
public Microsoft.Azure.RemoteRendering.Color4 FresnelEffectColor { get; set; }
member this.FresnelEffectColor : Microsoft.Azure.RemoteRendering.Color4 with get, set
Public Property FresnelEffectColor As Color4

Property Value

Remarks

Only the rgb channels of the color are used for the Fresnel effect, while the alpha value will be ignored.

Applies to