PixelFormats.Prgba64 屬性

定義

取得 Prgba64 像素格式。 Prgba64 是每個圖元 64 位的 sRGB 格式, (BPP) 。 每個通道 (藍色、綠色、紅色和 Alpha) 會配置每個圖元 32 位, (BPP) 。 每個色頻都會先乘以 Alpha 值。 這個格式的 Gamma 為 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 Attribute Usage

<object property="Prgba64"/>  

適用於