PixelFormats.Bgr32 屬性

定義

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

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

屬性值

像素 Bgr32 格式。

備註

XAML 屬性使用方式

<object property="Bgr32"/>

適用於