次の方法で共有


ColorMaterial.AlbedoColor プロパティ

定義

一定のアルベド色。

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

プロパティ値

注釈

この色は、AlbedoTextureからの色で変調されます。 アルファ チャネルは、マテリアルに透明 (ColorTransparencyMode) のフラグが設定されている場合に、不透明度を表します。 AlbedoColor の場合と同じ許容値範囲に設定できますが、[0; にクランプされます。1] レンダリング中。

適用対象