Colour Picker
The colour picker allows the user to choose a colour by modifying the individual components (red, green and blue). HSV and HSL selection would need to be implemented by the user.
The colour picker is called with :
colour% = DDgui_ColorDlg(colour%)
colour% is the initial colour that will initialise the colour picker. This function returns the colour selected by the user.
If the user has cancelled the window, then the return colour will be the same as that which initialised the function.
The colour picker looks like :