diff options
author | K. S. Ernest (iFire) Lee <fire@users.noreply.github.com> | 2022-04-18 11:29:29 -0700 |
---|---|---|
committer | K. S. Ernest (iFire) Lee <ernest.lee@chibifire.com> | 2022-06-07 05:53:27 -0700 |
commit | 1b776a6e7a5046d337933f8504699d1c4244289e (patch) | |
tree | 24697438d1b8671201b82cadca722b1a7d8c07b1 /doc/classes/ColorPicker.xml | |
parent | 36bd26dc75465d0b64441113bc4055b2cd06b516 (diff) |
Allow picking similar colours using OKHSL.
Diffstat (limited to 'doc/classes/ColorPicker.xml')
-rw-r--r-- | doc/classes/ColorPicker.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/ColorPicker.xml b/doc/classes/ColorPicker.xml index 5c47d6fb54..7c9c4ed4d6 100644 --- a/doc/classes/ColorPicker.xml +++ b/doc/classes/ColorPicker.xml @@ -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"> |