PixelDataFormat.GetCmyka
PixelDataFormat.GetCmyka method
Ottiene il colore CMYKA con un numero specificato di bit per campione.
public static PixelDataFormat GetCmyka(int bitsPerCyanChannel, int bitsPerMagentaChannel,
int bitsPerYellowChannel, int bitsPerKeyChannel, int bitsPerAlphaChannel)
Parametro | Tipo | Descrizione |
---|---|---|
bitsPerCyanChannel | Int32 | Il numero di bit per canale ciano. |
bitsPerMagentaChannel | Int32 | Il numero di bit per canale Magenta. |
bitsPerYellowChannel | Int32 | Il numero di bit per canale giallo. |
bitsPerKeyChannel | Int32 | Il numero di bit per canale chiave. |
bitsPerAlphaChannel | Int32 | Il numero di bit per canale Alpha. |
Valore di ritorno
Il colore CMYK.
Guarda anche
- class PixelDataFormat
- spazio dei nomi Aspose.PSD
- assemblea Aspose.PSD