Partager via


PixelFormats.Rgba64 Propriété

Définition

Obtient le format de pixel Rgba64. Rgba64 est un format sRVB avec 64 bits par pixel (BPP). Chaque canal (rouge, vert, bleu et alpha) est alloué 16 bits par pixel (BPP). Ce format a un gamma de 1.0.

public:
 static property System::Windows::Media::PixelFormat Rgba64 { System::Windows::Media::PixelFormat get(); };
public static System.Windows.Media.PixelFormat Rgba64 { get; }
member this.Rgba64 : System.Windows.Media.PixelFormat
Public Shared ReadOnly Property Rgba64 As PixelFormat

Valeur de propriété

PixelFormat

Format de pixel Rgba64.

Remarques

Utilisation d'attributs XAML

<object property="Rgba64"/>  

S’applique à