ProffieOS6 & 7 Config Helper Tool v.2

Here’s an example that seems to work.

StylePtr<CrystalHyperResponsiveRotoscopeOriginalTrilogyDodgerBlue>(
  "65535,0,0 ~ ~ ~ ~ ~ 0,65535,0 ~ 0,65535,0 0,65535,0"
),

I was hoping to be able to do something like the following to make it more human readable, but from what I can tell, that’s not possible. Will definitely work for making a complex style and reusing it multiple times.

StylePtr<CrystalHyperResponsiveRotoscopeOriginalTrilogyDodgerBlue>(
  "65535,0,0 "  // BASE_COLOR_ARG = 1, // Primary Base Color
  "~ "  //ALT_COLOR_ARG = 2, // Alternate or Force Color (free-use)
  "~ "  //STYLE_OPTION_ARG = 3, // Style Option
  "~ "  //IGNITION_OPTION_ARG = 4, // Ignition Options
  "~ "  //IGNITION_TIME_ARG = 5, // used in IgnitionTime alias
  "~ "  //IGNITION_DELAY_ARG = 6, // Ignition Delay Time
  "0,65535,0"  //IGNITION_COLOR_ARG = 7, // Ignition "Power Up" Color
  "~ "  //IGNITION_POWER_UP_ARG = 8, // Ignition "Power Up" Options
  "0,65535,0"  //BLAST_COLOR_ARG = 9, // Blast Color
),