bpp_scale property

bpp_scale property

Gets or sets the BPP (bits per pixel) scale factor.

Definition:

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

See Also