String[][] info = {
// Array of arrays of strings describing each parameter.
// Format: parameter name, parameter type, parameter description
{"foreground", "hexidecimal color value", "foreground color"},
{"background", "hexidecimal color value", "background color"}
};
return info;