GetRgb

GetRgb(int)

Ruft RGB-Farbe mit einer bestimmten Anzahl von Bits pro Abtastung ab.

public static PixelDataFormat GetRgb(int bitsPerSample)
ParameterTypBeschreibung
bitsPerSampleInt32Die Anzahl der Bits pro Sample.

Rückgabewert

Die RGB-Farbe.

Siehe auch


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)
ParameterTypBeschreibung
bitsPerRedChannelInt32Die Anzahl der Bits pro Red-Kanal.
bitsPerGreenChannelInt32Die Anzahl der Bits pro Green-Kanal.
bitsPerBlueChannelInt32Die Anzahl der Bits pro Blue-Kanal.

Rückgabewert

Die RGB-Farbe.

Siehe auch