XmpColorantCmyk constructor

init

Initializes a new instance of the XmpColorantCmyk class.

def __init__(self):
    ...

init

Initializes a new instance of the XmpColorantCmyk class.

def __init__(self, cyan, magenta, yellow, black):
    ...
Parameter Type Description
cyan float Cyan component.
magenta float Magenta component.
yellow float Yellow component.
black float Black component.

See Also