isRGB property

bool get isRGB

Whether the image is color (RGB) or greyscale.

Implementation

bool get isRGB => _color == 3;