The
graph can also accept color values
in Red, Green, Blue Format where each
component is specified by a decimal
integer in the range 0 to 255. Each
value should be separated by a , character.
eg.
Below
are some of the common colors and
the corresponding value that should
be entered,
some Common
Decimal RGB values
|
| Black
= "0,0,0"
|
| Green
= "0,128,0"
|
| Silver
= "192,192,192"
|
| Lime
= "0,255,0"
|
| Gray
= "128,128,128"
|
| Olive
= "128,128,0"
|
| White
= "255,255,255"
|
| Yellow
= "255,255,0"
|
| Maroon
= "128,0,0"
|
| Navy
= "0,0,128"
|
| Red
= "255,0,0"
|
| Blue
= "0,0,255"
|
| Purple
= "128,0,128"
|
| Teal
= "0,128,128"
|
| Fuchsia
= "255,0,255"
|
| Aqua
= "0,255,255"
|
«back to top
|