How do I make new static switch type in scratch pad?

Need a new static switch type in scratch so that I can add options for my modules. In this instance I want to map colors to one of the 4 dynamic parameter indices. Right now I’m just using the Enum from scale sprite size since it has 4 options which is awful but works.

Wondering if anyone could point me in the right direction?