次の方法で共有


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

プロパティ値

注釈

アルファ値が 0 以外の場合、切断面に近いピクセルは FadeColor の RGB 部分に向かってフェードされます。 アルファ チャネルの強度によって、フェードの色に完全にフェードするか、部分的にフェードするかが決まります。

適用対象