GetCmyk

GetCmyk(int)

Ruft CMYK-Farbe mit einer angegebenen Anzahl von Bits pro Muster ab.

public static PixelDataFormat GetCmyk(int bitsPerSample)
ParameterTypBeschreibung
bitsPerSampleInt32Die Anzahl der Bits pro Sample.

Rückgabewert

Die CMYK-Farbe.

Siehe auch


GetCmyk(int, int, int, int)

Ruft CMYK-Farbe mit einer angegebenen Anzahl von Bits pro Muster ab.

public static PixelDataFormat GetCmyk(int bitsPerCyanChannel, int bitsPerMagentaChannel, 
    int bitsPerYellowChannel, int bitsPerKeyChannel)
ParameterTypBeschreibung
bitsPerCyanChannelInt32Die Anzahl der Bits pro Cyan-Kanal.
bitsPerMagentaChannelInt32Die Anzahl der Bits pro Magenta-Kanal.
bitsPerYellowChannelInt32Die Anzahl der Bits pro Yellow-Kanal.
bitsPerKeyChannelInt32Die Anzahl der Bits pro Schlüsselkanal.

Rückgabewert

Die CMYK-Farbe.

Siehe auch