isRGB property

bool isRGB

Is the image color or greyscale

Implementation

bool get isRGB => _color == 3;