The effect applied to a BubbleComponent
(currently a DropShadowEffect
) is a graphic choice and should not be imposed by the framework. It’d be nice if this decision could be let to the user, like, e.g.:
Thanks!
The effect applied to a BubbleComponent
(currently a DropShadowEffect
) is a graphic choice and should not be imposed by the framework. It’d be nice if this decision could be let to the user, like, e.g.:
Thanks!
Gentle bump, as I think drop shadows, in their current implementation, also have a non-negligible performance impact, so it would be fair to be able to choose to use them or not. Thanks!
@mathieudemange I’ve got something in the pipeline for this, with any luck I’ll have it merged today.
Thanks.
@mathieudemange sorry for the wait on this.
See how you get on with this.
I went for a slightly different approach to what you have and what’s in the Slider as ownership of the Effect
wasn’t clear. Let me know how you get on with it.
Thanks.