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)
ParametroTipoDescrizione
bitsPerCyanChannelInt32Il numero di bit per canale ciano.
bitsPerMagentaChannelInt32Il numero di bit per canale magenta.
bitsPerYellowChannelInt32Il numero di bit per canale giallo.
bitsPerKeyChannelInt32Il numero di bit per canale chiave.
bitsPerAlphaChannelInt32Il numero di bit per canale alfa.

Valore di ritorno

Il colore CMYK.

Guarda anche