Fill with variable hex code doesn't work
in
Programming Questions
•
2 months ago
When I use fill(x); where x = "#FF0000" it doesn't fill, but if I use fill(#FF0000); then it works fine. How can I get fill to work with a variable hex code?
1