So I was basically trying to provide a compromise between the easiest way for the user and for us to let them choose some predefined colors (but also let them do a completely custom color if they want). But it looks like the method I was attempting isn't clean enough for my liking. What are some easy-to-program alternatives?You can't use "Black" as a color on BGColor variable, You gotta use it as #Black#. But that variable has to be below the other color variables. Also Delete the parenthesis on NoteBoardColor.
So: NoteboardBGColor=#BGColor#,(255*(#NoteBoardOpacity#/100))
In rainmeter variables are read from first to last. If you putThe BGColor variable doesn't now the value of #Black# yet. it has to be:Code:
BGColor=#Black#Black=0,0,0
Code:
Black=0,0,0BGColor=#Black#
Statistics: Posted by OrphieBaby — Yesterday, 10:46 pm