PixelDataFormat.GetRgba
Inhalt
[
Ausblenden
]GetRgba(int)
Ruft RGBA-Farbe mit einer bestimmten Anzahl von Bits pro Sample ab.
public static PixelDataFormat GetRgba(int bitsPerSample)
Parameter | Typ | Beschreibung |
---|---|---|
bitsPerSample | Int32 | Die Anzahl der Bits pro Sample. |
Rückgabewert
Die RGBA-Farbe.
Siehe auch
- class PixelDataFormat
- namensraum Aspose.PSD
- Montage Aspose.PSD
GetRgba(int, int, int, int)
Ruft RGBA-Farbe mit einer bestimmten Anzahl von Bits pro Sample ab.
public static PixelDataFormat GetRgba(int bitsPerRedChannel, int bitsPerGreenChannel,
int bitsPerBlueChannel, int bitsPerAlphaChannel)
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. |
bitsPerAlphaChannel | Int32 | Die Anzahl der Bits pro Alphakanal. |
Rückgabewert
Die RGBA-Farbe.
Siehe auch
- class PixelDataFormat
- namensraum Aspose.PSD
- Montage Aspose.PSD