LAF for Preset Browser Buttons
-
Does anyone know the LAF for the Preset Browser's buttons? Thanks.
-
-
-
@d-healey Thanks on this. Wondering if you might be able to help with this? I'm receiving this error:
Here's the line (#855 for you).
drawPathButton(path, a, [Colours.withAlpha(bgColour, 0.8), Colours.withAlpha(bgColour, 1.0), Colours.withAlpha(bgColour, 0.5)]);
Cheers
-
@clevername27 where's bgColour coming from? And where is drawPathButton coming from?
-
@d-healey I'm not sure I understand what you mean - from what I can see, that's in your code. bgColour is defined earlier in the function.
-
@clevername27 said in LAF for Preset Browser Buttons:
from what I can see, that's in your code. bgColour is defined earlier in the function.
I thought you were posting your code above, copying/pasting my code into your project won't work. I was showing my code so you can see the method and implement it in your own project.
-
@d-healey Thank you - understood.