juno property

FilterModel juno
getter/setter pair

Juno: Brightens colors, and intensifies red and yellow hues

Implementation

static FilterModel juno = FilterModel(
  name: "Juno",
  filters: [
    ColorFilterAddons.rgbScale(1.01, 1.04, 1),
    ColorFilterAddons.saturation(0.3),
  ],
);