Cabbage Logo
Back to Cabbage Site

Change colour of xy-pad border?

Hi, I was wondering if it’s possible to change the colour of the border (large dark area) of the xy-pad?

image

I’ll be back in work tomorrow, I can look into this then. :+1:

1 Like

You can use the colour() identifier, or are you referring to something else?

image

That’s the one I’m using, but if you set alpha to zero, colour(255, 255, 255, 0), then there is still a default colour underneath. There is also a grey outline by default, which you can not disable with outlineColour it seems.

Right, I see now. Leave it with me :+1:

Ok, I see the cuase of this issue now. I just pushed a fix. No more annoying background colour :slight_smile:

1 Like

Works great, thanks.

There is still a slight outline around. Any chance you could add the outlineColour-identifier to set that one?
Border

Can do. Leave it with me :+1:

1 Like

Should be fixed now. You can use outlineColour() and outlineThickness()

1 Like