code/modules/tgui/tgui_color_picker.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_picker | Datum used for instantiating and using a TGUI-controlled color picker. |
/datum/tgui_color_picker/async | An asynchronous version of tgui_color_picker to be used with callbacks instead of waiting on user responses. |