PixelFormats.Cmyk32 Property

Definition

Gets the Cmyk32 pixel format which displays 32 bits per pixel (BPP) with each color channel (cyan, magenta, yellow, and black) allocated 8 bits per pixel (BPP).

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

Property Value

The CMYK32 pixel format.

Remarks

The CMYK color system is often used in printing inks for paper. This type of color representation is of the form cmyk (C%, M%, Y%, K%), where C, M, Y, and K are the percent values for the cyan, magenta, yellow, and black values of the color.

XAML Attribute Usage

<object property="Cmyk32"/>  

Applies to