PixelFormats.Prgba64 属性

定义

获取 Prgba64 像素格式。 Prgba64 是一种 sRGB 格式,每像素 64 位 (BPP) 。 (蓝色、绿色、红色和 alpha) 的每个通道 (BPP) 分配每个像素 32 位。 每个颜色通道都预先乘以 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 属性用法

<object property="Prgba64"/>  

适用于