From f0864463663b828118a2edd3a75de5565a34919c Mon Sep 17 00:00:00 2001 From: Eric Mehl Date: Mon, 7 Oct 2024 10:01:38 -0400 Subject: [PATCH] fixup! ColorChooser : Maintain options state per-session --- Changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index 0f3d012cf4..c05a39ab75 100644 --- a/Changes.md +++ b/Changes.md @@ -8,7 +8,7 @@ Features - Added sliders for TMI (temperature, magenta, intensity) color space. - Added color field, a widget giving control of two channels of "RGB", "HSV" or "TMI" triplets. The third channel is held constant. - The color field and RGB, HSV and TMI slider groups can now be toggled on or off. - - Default visibility of the UI elements can now be set at startup by setting `colorChooser:inlineOptions:` and `colorChooser:dialogueOptions:` entries for the inline chooser and dialogue chooser respectively, with the following suffixes : + - Default visibility of the UI elements can now be set at startup by setting `colorChooser:inline:` and `colorChooser:dialogue:` entries for the inline chooser and dialogue chooser respectively, with the following suffixes : - `visibleComponents` : A string where each character is a visible component slider. Optional components are `rgbhsvtmi`. - `staticComponent` : A single character string for the component to use as the static component for the color field. The other two components in the "RGB", "HSV" and "TMI" triplets will be controllable in the widget. - `colorFieldVisible` : A boolean indicating if the color field should be visible or not.