filter property

Filter filter
final

Provided a 🔬 Filter to alter filter appearance at all 📚 SurfaceLayers.

While a new 🌟 Surface employs 🔬 Filter.DEFAULT, where Filter.filteredLayers is Filter.NONE, a new 🔬 Filter defaults 👓 Filter.filteredLayers to BASE.

  • Default blur radius/strength is _BLUR == 4.0.
  • Minimum accepted radius for an activated 📚 Layer is _BLUR_MINIMUM == 0.0003.

Implementation

final Filter filter;