GetCmyka

PixelDataFormat.GetCmyka method

Obtient la couleur CMJNA avec un nombre spécifié de bits par échantillon.

public static PixelDataFormat GetCmyka(int bitsPerCyanChannel, int bitsPerMagentaChannel, 
    int bitsPerYellowChannel, int bitsPerKeyChannel, int bitsPerAlphaChannel)
ParamètreTaperLa description
bitsPerCyanChannelInt32Le nombre de bits par canal cyan.
bitsPerMagentaChannelInt32Le nombre de bits par canal magenta.
bitsPerYellowChannelInt32Le nombre de bits par canal Jaune.
bitsPerKeyChannelInt32Le nombre de bits par canal clé.
bitsPerAlphaChannelInt32Le nombre de bits par canal Alpha.

Return_Value

La couleur CMJN.

Voir également