CutPlaneComponent.FadeColor 属性

定义

接近 FadeLength 的像素将淡出的颜色。

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

属性值

注解

如果 alpha 值为非零,则接近剪切平面的像素将淡入 FadeColor 的 RGB 部分。 alpha 通道的强度决定了像素是根据淡化颜色完全淡化,还是仅部分淡化。

适用于