Skip to content

Commit

Permalink
fixup! ColorChooser : Maintain options state per-session
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmehl committed Oct 7, 2024
1 parent e6ced38 commit f086446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f086446

Please sign in to comment.