![Blur](https://media.forgecdn.net/avatars/thumbnails/100/80/256/256/636312563329306301.png)
Add support for RGBA
Opened this issue ยท 2 comments
Ok so basically i'm trying to turn this:
{
"sRed": 88,
"sGreen": 65,
"sBlue": 126,
"sAlpha": 192,
"eRed": 38,
"eGreen": 76,
"eBlue": 200,
"eAlpha": 208
}
so that it works with blur but i'm not sure how to do it please help
this is what i've gotten so far but right now it's crashing the game when i use it
# The end color of the background gradient. Given in ARGB hex. [default: 75000000]
S:gradientEndColor=C058417E
# The start color of the background gradient. Given in ARGB hex. [default: 75000000]
S:gradientStartColor=D0264CC8