PixelFormats.Rgb48 Propriété

Définition

Obtient le format de pixel Rgb48. Rgb48 est un format sRGB avec 48 bits par pixel (BPP). Chaque canal de couleurs (rouge, vert et bleu) est alloué 16 bits par pixel (BPP). Ce format a un gamma de 1.0.

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

Valeur de propriété

Format de pixel Rgb48.

Remarques

Utilisation d'attributs XAML

<object property="Rgb48"/>  

S’applique à