channel_bits_count property

channel_bits_count property

Gets or sets the bits count per color channel.

Definition:

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

See Also