colors_limit property
colors_limit property
Gets or sets the maximum number of colors used to quantize an image. Default value is 25.
Definition:
@property
def colors_limit(self):
...
@colors_limit.setter
def colors_limit(self, value):
...
Gets or sets the maximum number of colors used to quantize an image. Default value is 25.
@property
def colors_limit(self):
...
@colors_limit.setter
def colors_limit(self, value):
...