GetCmyka
PixelDataFormat.GetCmyka method
Ruft CMYKA-Farbe mit einer bestimmten Anzahl von Bits pro Muster ab.
public static PixelDataFormat GetCmyka(int bitsPerCyanChannel, int bitsPerMagentaChannel,
int bitsPerYellowChannel, int bitsPerKeyChannel, int bitsPerAlphaChannel)
Parameter | Typ | Beschreibung |
---|---|---|
bitsPerCyanChannel | Int32 | Die Anzahl der Bits pro Cyan-Kanal. |
bitsPerMagentaChannel | Int32 | Die Anzahl der Bits pro Magenta-Kanal. |
bitsPerYellowChannel | Int32 | Die Anzahl der Bits pro Yellow-Kanal. |
bitsPerKeyChannel | Int32 | Die Anzahl der Bits pro Schlüsselkanal. |
bitsPerAlphaChannel | Int32 | Die Anzahl der Bits pro Alphakanal. |
Rückgabewert
Die CMYK-Farbe.
Siehe auch
- class PixelDataFormat
- namensraum Aspose.Imaging
- Montage Aspose.Imaging