isBright property

bool isBright

Whether this color is a bright color.

Implementation

bool get isBright => index >= 8;