hcIsDark method

bool hcIsDark()

Return true if given Color is dark

Implementation

bool hcIsDark() => hcGetBrightness() < 128.0;