BLUR.
-
@lalalandsynth HISE has melatonin blur for a couple of years, but I think it's only used by the drawShadowFromPath functions.
-
@David-Healey that is interesting, wonder why we dont have that available as a general blur ? Blur is needed to make bloom effects which can really help a vector ui pop.
-
@lalalandsynth It might be available on the CSS side, I haven't tried.
-
@David-Healey will have a look tomorrow, i need blur on some dynamic elements, lets see if i I find a way.
-
@lalalandsynth Yea CSS would be the way to go. HISE does indeed use melatonin_blur , it's negative performance effects have been noted on the forum before. Possibly updating it to a newer version would help, but I personally dropped it in favour of CSS or using a Webview.
-
@HISEnberg for shadows excusively or can css or webview be overlayed on vectors for " layer blur".
Css is only for laf right , not paint routines or have i gotbit wrong? -
@lalalandsynth said in BLUR.:
Css is only for laf right , not paint routines or have i gotbit wrong?
Css can be used with panels too
divis the selector -
@David-Healey i will have to test, that might be a solution if I am understanding correctly.
-
@HISEnberg will using webview not require including a dependency, dont think its in win 10.
-
@lalalandsynth Not to my knowledge. But the webview presents a whole series of challenges by itself. If it's a simple LAF for a knob, or paint routine for a panel, then CSS is much more worth investigating.