CutPlaneComponent.FadeColor Property

Definition

The color towards which pixels that are closer than FadeLength will be faded.

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

Property Value

Remarks

If the alpha value is non-zero, pixels close to the cut plane will fade towards the RGB part of FadeColor. The strength of the alpha channel determines whether it will fade fully towards the fade color or only partially.

Applies to