muted property

PaletteTarget muted
final

A target which has the characteristics of a muted color which is neither light or dark.

One of the base set of targets for PaletteGenerator.fromImage, in baseTargets.

Implementation

static final PaletteTarget muted = PaletteTarget(
  minimumLightness: _minNormalLightness,
  targetLightness: _targetNormalLightness,
  maximumLightness: _maxNormalLightness,
  targetSaturation: _targetMutedSaturation,
  maximumSaturation: _maxMutedSaturation,
)