GlassMaterial QML Type
The GlassMaterial type provides a material which renders a background wallpaper, pattern and overlay color in the glass theme style. More...
Import Statement: | import Sailfish.Silica.Background 1.0 |
Inherits: | Material
|
Detailed Description
Note: This QML type is under development and is subject to change.
To use this with a Background the background must declare a color QML property named color
or the ThemeBackground type can be used.
Background {
property color color: Theme.rgba("black", 0.2)
material: GlassMaterial {
}
}