Author Topic: Chatcolors help  (Read 2589 times)

0 Members and 1 Guest are viewing this topic.

Offline Kossan

  • Newbie
  • *
  • Posts: 21
  • Karma: -7
Chatcolors help
« on: January 01, 2014, 04:03:03 PM »
Just wondering how can i find like all colors codes? Like these 255, 0, 0, 255

Offline Cobalt

  • Full Member
  • ***
  • Posts: 216
  • Karma: 44
  • http://steamcommunity.com/id/__yvl/
Re: Chatcolors help
« Reply #1 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

Offline Kossan

  • Newbie
  • *
  • Posts: 21
  • Karma: -7
Re: Chatcolors help
« Reply #2 on: January 02, 2014, 12:45:40 AM »
Yes !  You got all colors in codes? Couse if u do it would be awsome

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Chatcolors help
« Reply #3 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 looks like a decent one.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Bytewave

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 718
  • Karma: 116
  • :)
    • My Homepage
Re: Chatcolors help
« Reply #4 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 looks like a decent one.
Or http://html-color-codes.info
:P
bw81@ulysses-forums ~ % whoami
Homepage

Offline syn.

  • Jr. Member
  • **
  • Posts: 56
  • Karma: 6
  • Lua Padawan
    • SynGaming
Re: Chatcolors help
« Reply #5 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:)
Lua Student

"The more you understand, the crazier you get."