GetCieLab

PixelDataFormat.GetCieLab method

Ruft CIE Lab-Farbe mit einer angegebenen Anzahl von Bits pro Abtastung ab.

public static PixelDataFormat GetCieLab(int bitsPerL, int bitsPerA, int bitsPerB)
ParameterTypBeschreibung
bitsPerLInt32Die Anzahl der Bits pro L-Kanal.
bitsPerAInt32Die Anzahl der Bits pro A-Kanal.
bitsPerBInt32Die Anzahl der Bits pro B-Kanal.

Rückgabewert

Die CIE-Lab-Farbe.

Siehe auch