PixelFormats.Prgba64 屬性

定義

取得 Prgba64 像素格式。 Prgba64 是一種 sRGB 格式,每像素為 64 位元(BPP)。 每個通道(藍、綠、紅、alpha)每像素分配 32 位元(BPP)。 每個色彩通道都預先乘以 alpha 值。 此格式的伽瑪值為1.0。

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

屬性值

像素 Prgba64 格式。

備註

XAML 屬性使用方式

<object property="Prgba64"/>

適用於