What exactly do you mean? Like for a gui?
Lilboarder I am suprised you dont remember,http://forum.blockland.us/index.php?topic=73846.0After all you posted in that topic about it.
Yes. In the events window, when you do brick -> setColor. It gives you a little popup with a list of colors.
Alright, then in the registerOutputEvent, put "paintColor 0" as one of the arguments for the parameters of the event.Such as: registerOutputEvent(fxDTSBrick, eventName, "paintColor 0");
To get the TDM mod. it re-used that color picker.I used the same thing in my mining mod ore editor.Use those 2 as an example and you should be able to get yours working.