numChannels property
int
get
numChannels
The number of color channels for the image.
Implementation
int get numChannels => palette?.numChannels ?? data?.numChannels ?? 0;
The number of color channels for the image.
int get numChannels => palette?.numChannels ?? data?.numChannels ?? 0;