isLight method

bool isLight()

Implementation

bool isLight() {
  return !isDark();
}