brightness property

int brightness

Brightness of the color.

Implementation

int get brightness => (red + green + blue) ~/ 3;