Expand description
Functions§
- backdrop_
blur P
Blur the everything behind the widget.- backdrop_
brightness P
Adjust color brightness of everything behind the widget.- backdrop_
color_ matrix P
Custom backdrop filter.- backdrop_
contrast P
Adjust the color contrast of everything behind the widget.- backdrop_
filter P
Backdrop filter, or combination of filters.- backdrop_
grayscale P
Grayscale tone everything behind the widget.- backdrop_
hue_ rotate P
Hue shift the colors behind the widget.- backdrop_
invert P
Inverts the colors of everything behind the widget.- backdrop_
saturate P
Adjust color saturation of everything behind the widget.- backdrop_
sepia P
Sepia tone everything behind the widget.- blur
P
Blur the widget.- brightness
P
Adjust the widget colors brightness.- child_
filter P
Color filter, or combination of filters targeting the widget’s descendants and not the widget itself.- child_
mix_ blend P
Sets how the widget’s child content blends with the widget.- child_
opacity P
Opacity/transparency of the widget’s child.- color_
matrix P
Custom color filter.- contrast
P
Adjust the widget colors contrast.- drop_
shadow P
Drop-shadow effect for the widget.- filter
P
Color filter, or combination of filters.- grayscale
P
Grayscale tone the widget.- hue_
rotate P
Hue shift the widget colors.- invert_
color P
Inverts the colors of the widget.- mix_
blend P
Sets how the widget blends with the parent widget.- opacity
P
Opacity/transparency of the widget.- saturate
P
Adjust the widget colors saturation.- sepia
P
Sepia tone the widget.