lightness property

double lightness

Gets lightness of color.

Implementation

double get lightness => HSLColor.fromColor(this).lightness;