Filters QML Type
The Filters singleton type provides a set of standard shared wallpaper filter definitions. More...
Import Statement: | import Sailfish.Silica.Background 1.0 |
Properties
Detailed Description
Note: This QML type is under development and is subject to change.
In addition to the filters documented here platform theme specializations may extend this object with their own filters which they will document separately. The list of provided theme filters may be queried from the filterNames property.
Property Documentation
A list of names of theme wallpaper filters.
Each name in this list corresponds to a Filter object property of the Filters singleton which can be addressed using object key notation.
FilteredImage {
filters: Filters["glassBlur"]
}
A filter which blurs an image to produce the glass theme effect.
See also GlassBlur.