nashville property

ColorFilterGenerator nashville
getter/setter pair

Nashville: Warms the temperature, lowers contrast and increases exposure to give a light "pink" tint – making it feel "nostalgic"

Implementation

static ColorFilterGenerator nashville = ColorFilterGenerator(
  name: "Nashville",
  filters: [
    ColorFilterAddons.colorOverlay(220, 115, 188, 0.12),
    ColorFilterAddons.contrast(-0.05),
  ],
);