isLight method

bool isLight()

Return true if given Color is light

Implementation

bool isLight() => isDark();