GlassBlur QML Type
The GlassBlur type provides a filter which blurs an image to produce the glass theme effect. More...
Import Statement: | import Sailfish.Silica.Background 1.0 |
Inherits: | SequenceFilter
|
Properties
Detailed Description
Note: This QML type is under development and is subject to change.
Property Documentation
The glass blur kernel.
By default this is a gaussian kernel constructed from the sampleSize and deviation properties.
The number of times the blur convolution filter should be applied.
A multiplier which should be applied to the blurred image's saturation.
The size the source image should be reduced to before the blur is applied. Smaller images produce more apparent blur.