Goonstation 13 - Modules - Types

code/modules/tgui/tgui_color_picker.dm

/proc/tgui_color_picker @file @copyright 2023 @author itsmeow (https://github.com/itsmeow) @license MIT
/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.