kelvin property

FilterModel kelvin
getter/setter pair

Kelvin: Increases saturation and temperature to give it a radiant "glow"

Implementation

static FilterModel kelvin = FilterModel(
  name: "Kelvin",
  filters: [
    ColorFilterAddons.colorOverlay(255, 140, 0, 0.1),
    ColorFilterAddons.rgbScale(1.15, 1.05, 1),
    ColorFilterAddons.saturation(0.35),
  ],
);