XmpColorantRgb constructor

init

Initializes a new instance of the XmpColorantRgb class.

def __init__(self):
    ...

init

Initializes a new instance of the XmpColorantRgb class.

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

See Also