GetRgba
Contenu
[
Cacher
]GetRgba(int)
Obtient la couleur RGBA avec un nombre spécifié de bits par échantillon.
public static PixelDataFormat GetRgba(int bitsPerSample)
Paramètre | Taper | La description |
---|---|---|
bitsPerSample | Int32 | Le nombre de bits par échantillon. |
Return_Value
La couleur RVB.
Voir également
- class PixelDataFormat
- espace de noms Aspose.Imaging
- Assemblée Aspose.Imaging
GetRgba(int, int, int, int)
Obtient la couleur RGBA avec un nombre spécifié de bits par échantillon.
public static PixelDataFormat GetRgba(int bitsPerRedChannel, int bitsPerGreenChannel,
int bitsPerBlueChannel, int bitsPerAlphaChannel)
Paramètre | Taper | La description |
---|---|---|
bitsPerRedChannel | Int32 | Le nombre de bits par canal rouge. |
bitsPerGreenChannel | Int32 | Le nombre de bits par canal vert. |
bitsPerBlueChannel | Int32 | Le nombre de bits par canal bleu. |
bitsPerAlphaChannel | Int32 | Le nombre de bits par canal Alpha. |
Return_Value
La couleur RVB.
Voir également
- class PixelDataFormat
- espace de noms Aspose.Imaging
- Assemblée Aspose.Imaging