PixelFormats.Bgr565 属性

定义

获取 Bgr565 像素格式。 Bgr565 是每像素 16 位的 sRGB 格式, (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; }
member this.Bgr565 : System.Windows.Media.PixelFormat
Public Shared ReadOnly Property Bgr565 As PixelFormat

属性值

PixelFormat

Bgr565 像素格式。

注解

XAML 属性用法

<object property="Bgr565"/>  

适用于