lightMuted property
final
A target which has the characteristics of a muted color which is light in luminance.
One of the base set of targets
for PaletteGenerator.fromImage, in baseTargets.
Implementation
static final PaletteTarget lightMuted = PaletteTarget(
targetLightness: _targetLightLightness,
minimumLightness: _minLightLightness,
targetSaturation: _targetMutedSaturation,
maximumSaturation: _maxMutedSaturation,
)