Instead a dropdown put a popup window with all RGB colors
It would be easier to post in Maps in production...
It's much easier to type the color name or color hex code you want into the color tag's tag attribute:CODE
[color=gold]TEXT HERE[/color]
or
[color=#123456]TEXT HERE[/color]
List of Colors QUOTE
TEXT HERE
That's what I mean, to find the color I want I have to use another program, or test till I find what I want...
Why is it necessary to type in such ugly/annoying colors?
Trust me, after using hex codes for a few months you'll generally be able to think of a color you want and get the desired result.
Just remember, #redgreenblue.
The hexidecimal points are based on 16's. (0-9) = 10 + (A - F) = 16
Based on #rrggbb
00 = nothing FF = everything I normally just use 0's and F's when making my own colors, I can get any color it just is always bright. When I am looking for an exact color, I serch it online though.
0
1
2
3
4
5
6
7
8
9
A
B
C
D
E
F
10
11
12
13
14
15
16
17
18
19
1A
1B
1C
1D
1E
1F
20
21
22
23
24
25
26
27
28
29
2A
2B
2C
2D
2E
2F
30
31
32
33
34
...
#[Red][Red][Green][Green][Blue][Blue]
#2F1A58