bpp_max property

bpp_max property

Gets or sets the maximum R value for consideration in in bits per pixel

Definition:

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

See Also