GetRgba
Contenido
[
Ocultar
]GetRgba(int)
Obtiene el color RGBA con un número específico de bits por muestra.
public static PixelDataFormat GetRgba(int bitsPerSample)
| Parámetro | Escribe | Descripción |
|---|---|---|
| bitsPerSample | Int32 | El número de bits por muestra. |
Valor_devuelto
El color RGBA.
Ver también
- class PixelDataFormat
- espacio de nombres Aspose.Imaging
- asamblea Aspose.Imaging
GetRgba(int, int, int, int)
Obtiene el color RGBA con un número específico de bits por muestra.
public static PixelDataFormat GetRgba(int bitsPerRedChannel, int bitsPerGreenChannel,
int bitsPerBlueChannel, int bitsPerAlphaChannel)
| 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. |
| bitsPerAlphaChannel | Int32 | El número de bits por canal alfa. |
Valor_devuelto
El color RGBA.
Ver también
- class PixelDataFormat
- espacio de nombres Aspose.Imaging
- asamblea Aspose.Imaging