Language
Configure Overlays
PhotoEditor SDK supports several configuration options for the OverlayToolController allowing flexible adaptation to different needs and use cases.
For a detailed explanation of how to configure different editor views, refer to this guide.
initialOverlayIntensity#
initialOverlayIntensity#The default intensity of filters is set to 100% (1.0).
In this example, we only want to have 50% (0.5) intensity. Since showOverlayIntensitySlider
is set to false, the filters will always be applied with a fixed intensity of 50%.
showOverlayIntensitySlider#
showOverlayIntensitySlider#By default, the editor will show the slider to change the intensity of the selected filter. In our example, the slider should not be shown since we only want a specific intensity to be applied.