PixelFormats.Cmyk32 Eigenschaft

Definition

Ruft das Cmyk32 Pixelformat ab, das 32 Bits pro Pixel (BPP) anzeigt, wobei jedem Farbkanal (Cyan, Magenta, Gelb und Schwarz) 8 Bits pro Pixel (BPP) zugeordnet sind.

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

Eigenschaftswert

Das CMYK32-Pixelformat.

Hinweise

Das CMYK-Farbsystem wird häufig in Druckfarben für Papier verwendet. Diese Art der Farbdarstellung hat die Form cmyk (C%, M%, Y%, K%), wobei C, M, Y und K die Prozentwerte für die Cyan-, Magenta-, Gelb- und Schwarzwerte der Farbe sind.

Verwendung von XAML-Attributen

<object property="Cmyk32"/>  

Gilt für: