Returns whether the average brightness is considered dark.
bool isAverageDark({double? threshold}) => _getDarkness(averageLinearRgb, threshold);