isDark method

bool isDark()

Implementation

bool isDark() {
  return getBrightness() < 128.0;
}