lightVibrant property

PaletteTarget lightVibrant
final

A target which has the characteristics of a vibrant color which is light in luminance.

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

Implementation

static final PaletteTarget lightVibrant = PaletteTarget(
  targetLightness: _targetLightLightness,
  minimumLightness: _minLightLightness,
  minimumSaturation: _minVibrantSaturation,
  targetSaturation: _targetVibrantSaturation,
);