Goonstation 13 - Modules - Types

code/modules/tgui/tgui_color_picker.dm

/proc/tgui_color_pickerCreates a TGUI color picker window and returns the user's response.
/proc/tgui_color_picker_asyncCreates an asynchronous TGUI color picker window with an associated callback.
/datum/tgui_color_pickerDatum used for instantiating and using a TGUI-controlled color picker.
/datum/tgui_color_picker/asyncAn asynchronous version of tgui_color_picker to be used with callbacks instead of waiting on user responses.