PixelDataFormat.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.PSD
- Assemblée Aspose.PSD
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.PSD
- Assemblée Aspose.PSD