PixelDataFormat.GetCmyk
Contenido
[
Ocultar
]GetCmyk(int)
Obtiene color CMYK con un número específico de bits por muestra.
public static PixelDataFormat GetCmyk(int bitsPerSample)
| Parámetro | Escribe | Descripción |
|---|---|---|
| bitsPerSample | Int32 | El número de bits por muestra. |
Valor_devuelto
El color CMYK.
Ver también
- class PixelDataFormat
- espacio de nombres Aspose.PSD
- asamblea Aspose.PSD
GetCmyk(int, int, int, int)
Obtiene color CMYK con un número específico de bits por muestra.
public static PixelDataFormat GetCmyk(int bitsPerCyanChannel, int bitsPerMagentaChannel,
int bitsPerYellowChannel, int bitsPerKeyChannel)
| Parámetro | Escribe | Descripción |
|---|---|---|
| bitsPerCyanChannel | Int32 | El número de bits por canal cian. |
| bitsPerMagentaChannel | Int32 | El número de bits por canal Magenta. |
| bitsPerYellowChannel | Int32 | El número de bits por canal amarillo. |
| bitsPerKeyChannel | Int32 | El número de bits por canal de clave. |
Valor_devuelto
El color CMYK.
Ver también
- class PixelDataFormat
- espacio de nombres Aspose.PSD
- asamblea Aspose.PSD