GetCmyk
Contenuti
[
Nascondere
]GetCmyk(int)
Ottiene il colore CMYK con un numero specificato di bit per campione.
public static PixelDataFormat GetCmyk(int bitsPerSample)
| Parametro | Tipo | Descrizione |
|---|---|---|
| bitsPerSample | Int32 | Il numero di bit per campione. |
Valore di ritorno
Il colore CMYK.
Guarda anche
- class PixelDataFormat
- spazio dei nomi Aspose.Imaging
- assemblea Aspose.Imaging
GetCmyk(int, int, int, int)
Ottiene il colore CMYK con un numero specificato di bit per campione.
public static PixelDataFormat GetCmyk(int bitsPerCyanChannel, int bitsPerMagentaChannel,
int bitsPerYellowChannel, int bitsPerKeyChannel)
| Parametro | Tipo | Descrizione |
|---|---|---|
| bitsPerCyanChannel | Int32 | Il numero di bit per canale ciano. |
| bitsPerMagentaChannel | Int32 | Il numero di bit per canale magenta. |
| bitsPerYellowChannel | Int32 | Il numero di bit per canale giallo. |
| bitsPerKeyChannel | Int32 | Il numero di bit per canale chiave. |
Valore di ritorno
Il colore CMYK.
Guarda anche
- class PixelDataFormat
- spazio dei nomi Aspose.Imaging
- assemblea Aspose.Imaging