Color Wheel/Color Change Settings

I’m using OS 7 and I want the color change option (accessible when you hold aux and press pow) available, but when I change fonts or turn off the saber I want the original color from the config file to come back. Is there a setting to enable/disable for this?

I do have:
#define COLOR_CHANGE_DIRECT
#define FETT263_EDIT_MODE_MENU

in my config. Is it as simple as disabling one or both of them?

It will depend on the styles. Color Change acts differently depending on if the style uses Variation or Color ARG values. If the styles use Color ARG values, then you’re editing the color, so it will remain until you edit it again.

I’m setting up the styles using your OS7 Style Library. ColorARGs seem like the predominant way of setting colors. What would be the simplest way to have the color wheel color revert to the assigned style code once the font gets changed? I’m sure I could simply disable the color wheel, but is there another straightforward method? I’m actually not sure how not to use ColorARGs.

Yes, OS6 or later Color Arguments are primary. “Easy”, is very subjective. If you’re using ColorChange just for a temporary change I would recommend just building a Multi-Phase style in the library. If you use “Multi-Phase (Special Abilities*)” it is a temporary change until the preset changes. That is “easiest” but will require Alt Font set up, I would watch the videos at the top of the library.

Thank you, sir. Your timely answers are always appreciated.