You should add the option to set default value to an Color node input.

Just like text, string, float, int etc has.
For now it has a text field for default value like all kind of input has that in most of the cases makes no sense at all.
I’m finding myself change the color from black to the same color every time i use a node…

I’ll put in a feature request to make that nicely pickable as you’re right that it would be much better.

You can actually specify a color there as text if you know the right syntax, which is (R=1,G=1,B=1,A=1) if you want white.

Thanks, good to know :slight_smile: