PixelDataFormat.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.PSD
- Assemblée Aspose.PSD
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.PSD
- Assemblée Aspose.PSD