ColorantLab.ColorantLab

ColorantLab()

Initializes a new instance of the ColorantLab class.

public ColorantLab()

See Also


ColorantLab(int, int, float)

Initializes a new instance of the ColorantLab class.

public ColorantLab(int a, int b, float l)
ParameterTypeDescription
aInt32A component.
bInt32B component.
lSingleL component.

See Also