GetCieLab

PixelDataFormat.GetCieLab method

Obtiene color CIE Lab con un número específico de bits por muestra.

public static PixelDataFormat GetCieLab(int bitsPerL, int bitsPerA, int bitsPerB)
ParámetroEscribeDescripción
bitsPerLInt32El número de bits por canal L.
bitsPerAInt32El número de bits por canal A.
bitsPerBInt32El número de bits por canal B.

Valor_devuelto

El color del laboratorio CIE.

Ver también