GetRgb
GetRgb(int)
Ruft RGB-Farbe mit einer bestimmten Anzahl von Bits pro Abtastung ab.
public static PixelDataFormat GetRgb(int bitsPerSample)
| Parameter | Typ | Beschreibung | 
|---|---|---|
| bitsPerSample | Int32 | Die Anzahl der Bits pro Sample. | 
Rückgabewert
Die RGB-Farbe.
Siehe auch
- class PixelDataFormat
- namensraum Aspose.Imaging
- Montage Aspose.Imaging
GetRgb(int, int, int)
Ruft RGB-Farbe mit einer bestimmten Anzahl von Bits pro Abtastung ab.
public static PixelDataFormat GetRgb(int bitsPerRedChannel, int bitsPerGreenChannel, 
    int bitsPerBlueChannel)
| Parameter | Typ | Beschreibung | 
|---|---|---|
| bitsPerRedChannel | Int32 | Die Anzahl der Bits pro Red-Kanal. | 
| bitsPerGreenChannel | Int32 | Die Anzahl der Bits pro Green-Kanal. | 
| bitsPerBlueChannel | Int32 | Die Anzahl der Bits pro Blue-Kanal. | 
Rückgabewert
Die RGB-Farbe.
Siehe auch
- class PixelDataFormat
- namensraum Aspose.Imaging
- Montage Aspose.Imaging