#List to Color

4 messages · Page 1 of 1 (latest)

manic pewter
#

How do I convert a list of 3 ints to A color?

worn meteor
#

There’s not really a way without making a color constant for every single possible color

#

But in abt a month there’s gonna be parse color/rgb chips added

rapid bone
# manic pewter How do I convert a list of 3 ints to A color?

i smell RGB to Color. I mean, that really is the basis, 3 ints to 1 color. But ye. Well like Fest said, in bout a month they'll make our RGB dreams come true. But for now if u wanna play with custom color in rr, make RGB to Hex n such, and then when button pressed, use format "<#{0}>Text" with string format, where hex would go to value 0. Remember hex is letters and numbers so they be composed of string. But ye, then set button text to the string format.