PixelFormats.Bgr555 Propriété

Définition

Obtient le format de pixel Bgr555. Bgr555 est un format sRVB avec 16 bits par pixel (BPP). Chaque canal de couleur (bleu, vert et rouge) est alloué 5 bits par pixel (BPP).

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

Valeur de propriété

PixelFormat

Format de pixel Bgr555.

Remarques

Utilisation d'attributs XAML

<object property="Bgr555"/>  

S’applique à