colors_limit property

colors_limit property

The maximum number of colors used to quantize an image (default is 25).

Definition:

@property
def colors_limit(self):
    ...
@colors_limit.setter
def colors_limit(self, value):
    ...

See Also