GetCieLab

PixelDataFormat.GetCieLab method

Gets CIE Lab color with a specified number of bits per sample.

public static PixelDataFormat GetCieLab(int bitsPerL, int bitsPerA, int bitsPerB)
ParameterTypeDescription
bitsPerLInt32The number of bits per L channel.
bitsPerAInt32The number of bits per A channel.
bitsPerBInt32The number of bits per B channel.

Return Value

The CIE Lab color.

See Also