Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: Kossan on January 01, 2014, 04:03:03 PM

Title: Chatcolors help
Post 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
Title: Re: Chatcolors help
Post by: Cobalt on January 01, 2014, 09:01:19 PM
You mean like this?

local white = Color( 255, 255, 255 )
local green = Color( 0, 255, 0 )
etc
Title: Re: Chatcolors help
Post by: Kossan on January 02, 2014, 12:45:40 AM
Yes !  You got all colors in codes? Couse if u do it would be awsome
Title: Re: Chatcolors help
Post by: JamminR on January 02, 2014, 09:47:00 AM
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.
Title: Re: Chatcolors help
Post by: Bytewave on January 02, 2014, 06:22:14 PM
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
Title: Re: Chatcolors help
Post by: syn. on January 22, 2014, 06:39:05 PM
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:)