On the start of the layout, I want to set a random colour out of a specific colour list.
What I Did
On the start of the layout -> Set layer background colour - set colour
choose("rgbEx(4, 0, 255)", "rgbEx(199, 199, 199)", "rgbEx(255, 0, 0)" )
but it doesn't work. What I'm doing wrong?
I also tired this way rgbEx(choose"(4, 0, 255)","(4, 0, 255)") but it does't seems to accept it.