ColorMaterial.AlbedoColor 属性

定义

常量 albedo 颜色。

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的颜色进行调节。 alpha 通道表示不透明度,以防材料标记为透明(ColorTransparencyMode)。 可以设置为与 AlbedoColor 相同的允许值范围,但将被固定到 [0;在呈现期间为 1]。

适用于