withBrightness abstract method

ShadeColor withBrightness(
  1. Brightness brightness
)

Used by ColorScheme to return a color with current brightness.

Implementation

ShadeColor withBrightness(Brightness brightness);