RGB Color question

I was wondering if there was a way to get transparency in Gdevelop. I do know about the tint action.
(:

I’m not aware of a transparent color. There are times when that might be nice.

You can change opacity or use the object masking extension. If you have a specific need, maybe we can help or you could create a feature request.

Hi,

this is only possible if you have RGBa available.
RGB alone only represents the colors (normally with 100% coverage).
In GDevelop you can only change 3 parameters for the color. Parameter 4 (alpha for the degree of transparency) can only be changed via Opacity.

Transparency via the HEX code is also possible, but as far as I know not with GDevelop.

Not via tint by like Keith said via opacity change
Where idk if it is now condition or i saw it as extension to check tint of something
I think it was extension
Where opacity was always condition you could check as i remember

@George
As for hex there is color picker extension

Allows you to convert RGB to whatever

While i am using color conversion extension right now and going with RGB to HSL
I could add opacity with 4th slider
To fake RGBA or in this case HSLA

Since it does not matter if any color is part of tint or is it separate value
It only matters are you able to check it and adjust it independently

Ow and i found that compare tint extension