ColorMaterial.AlbedoColor Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Couleur albedo constante.
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
Valeur de propriété
Remarques
Cette couleur est modulée avec la couleur du AlbedoTexture. Le canal alpha représente l’opacité, dans le cas où le matériau est marqué comme transparent (ColorTransparencyMode). Peut être défini sur la même plage de valeurs autorisée que pour AlbedoColor, mais sera limitée à [0 ; 1] pendant le rendu.