color_bits property

color_bits property

Quantization bits for vertex color, default value is 10

Definition:

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

See Also