isRGB property

bool get isRGB

Is the image color or greyscale

Implementation

bool get isRGB => _color == 3;