ColorLookupTableEffect.AlphaLookupTable 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.
Obtient la table de recherche pour le canal alpha.
public:
property ReadOnlyMemory<System::Byte> AlphaLookupTable { ReadOnlyMemory<System::Byte> get(); };
public ReadOnlyMemory<byte> AlphaLookupTable { get; }
member this.AlphaLookupTable : ReadOnlyMemory<byte>
Public ReadOnly Property AlphaLookupTable As ReadOnlyMemory(Of Byte)