PixelDataFormat.GetRgb
Contenido
[
Ocultar
]GetRgb(int)
Obtiene color RGB con un número específico de bits por muestra.
public static PixelDataFormat GetRgb(int bitsPerSample)
| Parámetro | Escribe | Descripción |
|---|---|---|
| bitsPerSample | Int32 | El número de bits por muestra. |
Valor_devuelto
El color RGB.
Ver también
- class PixelDataFormat
- espacio de nombres Aspose.PSD
- asamblea Aspose.PSD
GetRgb(int, int, int)
Obtiene color RGB con un número específico de bits por muestra.
public static PixelDataFormat GetRgb(int bitsPerRedChannel, int bitsPerGreenChannel,
int bitsPerBlueChannel)
| Parámetro | Escribe | Descripción |
|---|---|---|
| bitsPerRedChannel | Int32 | El número de bits por canal rojo. |
| bitsPerGreenChannel | Int32 | El número de bits por canal verde. |
| bitsPerBlueChannel | Int32 | El número de bits por canal azul. |
Valor_devuelto
El color RGB.
Ver también
- class PixelDataFormat
- espacio de nombres Aspose.PSD
- asamblea Aspose.PSD