ColorMaterial.FresnelEffectColor Property

Definition

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

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. Can be set to the same allowed value range as for FresnelEffectColor but will be clamped to [0;1] during rendering.

Applies to