Radial Gradient
-
Hello,
Trying to achieve what regular css calls a radial-gradient in hise which seems to only allow a linear gradient. See here:
Any thoughts on how I could workaround and still achieve this look dynamically given a single base color? Worst case scenario I can just have images of these panels and sub them in as necessary but trying to save memory and also am trying to dynamically apply this radial-gradient/shine to certain tiles in my plugin based on certain events.
-
@Blake-Manternach there are optional parameters you can use for radial gradients:
https://docs.hise.audio/scripting/scripting-api/graphics/index.html#setgradientfill -
@Matt_SF Thank you so much!