color_bits property

color_bits property

Gets or sets how many bits will be used by color buffer.

Definition:

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

See Also