GetCmyk
Contenu
[
Cacher
]GetCmyk(int)
Obtient la couleur CMJN avec un nombre spécifié de bits par échantillon.
public static PixelDataFormat GetCmyk(int bitsPerSample)
Paramètre | Taper | La description |
---|---|---|
bitsPerSample | Int32 | Le nombre de bits par échantillon. |
Return_Value
La couleur CMJN.
Voir également
- class PixelDataFormat
- espace de noms Aspose.Imaging
- Assemblée Aspose.Imaging
GetCmyk(int, int, int, int)
Obtient la couleur CMJN avec un nombre spécifié de bits par échantillon.
public static PixelDataFormat GetCmyk(int bitsPerCyanChannel, int bitsPerMagentaChannel,
int bitsPerYellowChannel, int bitsPerKeyChannel)
Paramètre | Taper | La description |
---|---|---|
bitsPerCyanChannel | Int32 | Le nombre de bits par canal cyan. |
bitsPerMagentaChannel | Int32 | Le nombre de bits par canal magenta. |
bitsPerYellowChannel | Int32 | Le nombre de bits par canal Jaune. |
bitsPerKeyChannel | Int32 | Le nombre de bits par canal clé. |
Return_Value
La couleur CMJN.
Voir également
- class PixelDataFormat
- espace de noms Aspose.Imaging
- Assemblée Aspose.Imaging