CutPlaneComponent.FadeColor 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
接近 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 通道的强度决定了像素是根据淡化颜色完全淡化,还是仅部分淡化。