Return a LaTeX color-string
tikzString = generate_color_string(option, value)
string with the LaTeX tag
option will be set to this
Generate a string with the format <option>=\color{<value>}.
opt1 = "font"; value = "black"; ts1 = generate_value_string(opt1, value);