GetCmyk

GetCmyk(int)

Obtiene color CMYK con un número específico de bits por muestra.

public static PixelDataFormat GetCmyk(int bitsPerSample)
ParámetroEscribeDescripción
bitsPerSampleInt32El número de bits por muestra.

Valor_devuelto

El color CMYK.

Ver también


GetCmyk(int, int, int, int)

Obtiene color CMYK con un número específico de bits por muestra.

public static PixelDataFormat GetCmyk(int bitsPerCyanChannel, int bitsPerMagentaChannel, 
    int bitsPerYellowChannel, int bitsPerKeyChannel)
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.

Valor_devuelto

El color CMYK.

Ver también