Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: Kossan on January 01, 2014, 04:03:03 PM
-
Just wondering how can i find like all colors codes? Like these 255, 0, 0, 255
-
You mean like this?
local white = Color( 255, 255, 255 )
local green = Color( 0, 255, 0 )
etc
-
Yes ! You got all colors in codes? Couse if u do it would be awsome
-
Kossan, there are 16 million different color combinations that can be made using the RGB color codes. More if you actually consider the transparency as a color level.
Google "RGB color codes". Millions of sites come up. http://www.rapidtables.com/web/color/RGB_Color.htm (http://www.rapidtables.com/web/color/RGB_Color.htm) looks like a decent one.
-
Kossan, there are 16 million different color combinations that can be made using the RGB color codes. More if you actually consider the transparency as a color level.
Google "RGB color codes". Millions of sites come up. http://www.rapidtables.com/web/color/RGB_Color.htm (http://www.rapidtables.com/web/color/RGB_Color.htm) looks like a decent one.
Or http://html-color-codes.info (http://html-color-codes.info)
:P
-
lol or go to the adverts and go to where you can make or edit one then find a color you like and copy the RGB on it:)