implementing color wheel and new color picker
This commit is contained in:
@@ -76,6 +76,8 @@ enum class kWidget : uint16_t
|
||||
DialogBrowseItem = const_hash("dialog-browse-item"),
|
||||
DialogCloud = const_hash("dialog-cloud"),
|
||||
DialogCloudItem = const_hash("dialog-cloud-item"),
|
||||
ColorWheel = const_hash("colorwheel"),
|
||||
ColorPicker = const_hash("color-picker"),
|
||||
};
|
||||
|
||||
class Node
|
||||
|
||||
Reference in New Issue
Block a user