Material Instance: Select between Color + Texture

I am trying to setup a node, that allows you to switch between a Constant3Vector Color Node and a Texture Map after creating an Instance.

Does anybody know how to do that?
Thanks a lot!

Are you mixing or just want to switch between one function and the other on the fly?

Depnding on that you can use the static switch parameter or a switch parameter or an IF statement.