PixelFormats.Bgr565 屬性

定義

取得 Bgr565 像素格式。 Bgr565 是一種 sRGB 格式,每像素為 16 位元(BPP)。 每個色彩通道(藍色、綠色和紅色)分別分配每像素 5、6 和 5 位元(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

屬性值

像素 Bgr565 格式。

備註

XAML 屬性使用方式

<object property="Bgr565"/>

適用於