dithering_method property

dithering_method property

Gets or sets the dithering method to use for raw data conversion

Definition:

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

See Also