GetCmyka
PixelDataFormat.GetCmyka method
Obtiene color CMYKA con un número específico de bits por muestra.
public static PixelDataFormat GetCmyka(int bitsPerCyanChannel, int bitsPerMagentaChannel,
int bitsPerYellowChannel, int bitsPerKeyChannel, int bitsPerAlphaChannel)
Parámetro | Escribe | Descripción |
---|---|---|
bitsPerCyanChannel | Int32 | El número de bits por canal cian. |
bitsPerMagentaChannel | Int32 | El número de bits por canal Magenta. |
bitsPerYellowChannel | Int32 | El número de bits por canal amarillo. |
bitsPerKeyChannel | Int32 | El número de bits por canal de clave. |
bitsPerAlphaChannel | Int32 | El número de bits por canal alfa. |
Valor_devuelto
El color CMYK.
Ver también
- class PixelDataFormat
- espacio de nombres Aspose.Imaging
- asamblea Aspose.Imaging