XmpColorantLab constructor

__init__(self)

Initializes a new instance of the XmpColorantLab class.


def __init__(self):
    ...

__init__(self, a, b, l)

Initializes a new instance of the XmpColorantLab class.


def __init__(self, a, b, l):
    ...
Parameter Type Description
a int A component.
b int B component.
l float L component.

See Also