PixelFormats.Bgr101010 屬性

定義

取得 Bgr101010 像素格式。 Bgr101010 是一種 sRGB 格式,每像素為 32 位元(BPP)。 每個顏色通道(藍色、綠色和紅色)每像素分配10位元(BPP)。

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

屬性值

像素 Bgr101010 格式。

備註

XAML 屬性使用方式

<object property="Bgr101010"/>

適用於