ColorRange constructor

init

Initializes a new instance of the ColorRange class.

def __init__(self):
    ...

init

Initializes a new instance of the ColorRange class with a specified exact color.

def __init__(self, exact_color):
    ...
Parameter Type Description
exact_color groupdocs.watermark.watermarks.Color The exact color from which the range is created.

See Also