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ámetroEscribeDescripción
bitsPerCyanChannelInt32El número de bits por canal cian.
bitsPerMagentaChannelInt32El número de bits por canal Magenta.
bitsPerYellowChannelInt32El número de bits por canal amarillo.
bitsPerKeyChannelInt32El número de bits por canal de clave.
bitsPerAlphaChannelInt32El número de bits por canal alfa.

Valor_devuelto

El color CMYK.

Ver también