Partager via


PixelFormats.Bgr565 Propriété

Définition

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

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

Valeur de propriété

Format de pixel Bgr565.

Remarques

Utilisation d'attributs XAML

<object property="Bgr565"/>  

S’applique à