faintShade property

Color faintShade

Implementation

Color get faintShade {
  return shade.withAlpha(tint.alpha ~/ 2.5);
}