mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Allow picking similar colours using OKHSL.
This commit is contained in:
committed by
K. S. Ernest (iFire) Lee
parent
36bd26dc75
commit
1b776a6e7a
@@ -91,6 +91,9 @@
|
||||
<constant name="SHAPE_VHS_CIRCLE" value="2" enum="PickerShapeType">
|
||||
HSV Color Model circle color space. Use Saturation as a radius.
|
||||
</constant>
|
||||
<constant name="SHAPE_OKHSL_CIRCLE" value="3" enum="PickerShapeType">
|
||||
HSL OK Color Model circle color space.
|
||||
</constant>
|
||||
</constants>
|
||||
<theme_items>
|
||||
<theme_item name="h_width" data_type="constant" type="int" default="30">
|
||||
|
||||
Reference in New Issue
Block a user