Share via


PixelFormats.Cmyk32 Propriété

Définition

Obtient le Cmyk32 format de pixel qui affiche 32 bits par pixel (BPP) avec chaque canal de couleurs (cyan, magenta, jaune et noir) alloué 8 bits par 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

Valeur de propriété

Format de pixel CMYK32.

Remarques

Le système de couleurs CMJN est souvent utilisé dans l’impression d’encres pour papier. Ce type de représentation en couleur est de la forme cmyk (C%, M%, Y%, K%), où C, M, Y et K sont les valeurs de pourcentage pour les valeurs cyan, magenta, jaune et noir de la couleur.

Utilisation d'attributs XAML

<object property="Cmyk32"/>  

S’applique à