GetRgb
Contenu
[
Cacher
]GetRgb(int)
Obtient la couleur RVB avec un nombre spécifié de bits par échantillon.
public static PixelDataFormat GetRgb(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
GetRgb(int, int, int)
Obtient la couleur RVB avec un nombre spécifié de bits par échantillon.
public static PixelDataFormat GetRgb(int bitsPerRedChannel, int bitsPerGreenChannel,
int bitsPerBlueChannel)
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. |
Return_Value
La couleur RVB.
Voir également
- class PixelDataFormat
- espace de noms Aspose.Imaging
- Assemblée Aspose.Imaging