XmpColorantRgb constructor

__init__(self)

Initializes a new instance of the XmpColorantRgb class.


def __init__(self):
    ...

__init__(self, red, green, blue)

Initializes a new instance of the XmpColorantRgb class.


def __init__(self, red, green, blue):
    ...
Parameter Type Description
red int Red component.
green int Green component.
blue int Blue component.

See Also