Thread Tools Display Modes
04-18-13, 10:52 AM   #1
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 758
Colors

Hey I just want to change the colors of xCT+ problem is they are all in RGB 0-1. (like 1,.82,0) and its so hard to find the color that I want.
So can someone tell me an addon or better a programm (exe) or webside where I can convert or pick out colors from rgb 255 to this format? Thank you!
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
  Reply With Quote
04-18-13, 11:04 AM   #2
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,359
ColorPickerPlus for an addon?

For applications gpick or HEX RGB color codes are nice free ones.

(I'm using ColorSchemer Studio but it's payware)

Edit: btw to convert your rgb values to 0-1 range without using a calculator when color pickers give you values in the 0-255 range just use fractions.
Example: 00CCFF = 0, 0.8, 1 = 0, 204/255, 255/255

Last edited by Dridzt : 04-18-13 at 11:12 AM.
  Reply With Quote
04-18-13, 11:14 AM   #3
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 758
But nothing of that tells me the rgb 0-1?
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
  Reply With Quote
04-18-13, 11:16 AM   #4
nin
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Dec 2008
Posts: 213
If you dont mind using calculator just divide the rbg code you like by 255 to get the values you're after.

Magenta is 255,0,255 = RGB 1,0,1 for example.
  Reply With Quote
04-18-13, 11:18 AM   #5
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 758
Originally Posted by nin View Post
If you dont mind using calculator just divide the rbg code you like by 255 to get the values you're after.

[color="Magenta"]Magenta/COLOR] is 255,0,255 = RGB 1,0,1 for example.
yay I know its easy with a calculator I just wonder why there is no webside or something that can do this for me
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
  Reply With Quote
04-18-13, 11:19 AM   #6
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,359
I edited about 0-1 range as you were replying, but the addon I linked offers that functionality built-in.

A shift-click on the Copy button will paste the decimal RGB values for the chosen color into the chat window. This was added as a utility for add-on developers.
  Reply With Quote
04-18-13, 12:59 PM   #7
Kendian
A Molten Giant
 
Kendian's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 614
Originally Posted by Dridzt View Post
I edited about 0-1 range as you were replying, but the addon I linked offers that functionality built-in.
Agreed, ColorPickerPlus is a must have =)
__________________
  Reply With Quote
04-18-13, 03:02 PM   #8
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by Tonyleila View Post
yay I know its easy with a calculator I just wonder why there is no webside or something that can do this for me
If you're in-game, just type "/dump 204/255" and it will spit out "0.8" in your chat frame.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
04-18-13, 03:43 PM   #9
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 758
Thanks I'll try ColorPickerPlus
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Colors

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off