PixelFormats.Bgr565 Propriété

Définition

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

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 Bgr565 pixel.

Remarques

Utilisation des attributs XAML

<object property="Bgr565"/>

S’applique à