byond - Modules - Types

code/modules/tgui_input/color.dm

/proc/tgui_color_picker Creates a TGUI color picker window and returns the user's response.
/proc/tgui_color_picker_async Creates 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.