TikzStyleGenerator

A helper class to generate TikZ styles for the LaTeX preamble and the "\begin{tikzpicture}[...]" command. For Instance:

% Preamble
\definecolor{SourceColor}{RGB}{1,2,3}
or:
\begin{tikzpicture}[trajectory/.style={line width=1}]