PbrMaterial.FresnelEffectColor 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.
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.