appwilldev/AWLThemeManager

Need an easy way to modify the alpha of a referenced color

jrapoport opened this issue · 1 comments

If you reference a color, e.g. “COLOR1” = “255,0,0,1”, “COLOR2” = “COLOR1” it should be possible to modify reference color's alpha such that something like “COLOR1:0.2” equates to “255,0,0,0.2”

Neeeo commented

PR #4