bitsPerChannel property

int get bitsPerChannel

The number of bits per color channel.

Implementation

int get bitsPerChannel => data?.bitsPerChannel ?? 0;