-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
User editable and streamable ColorMap files (#1132)
* User editable and streamable ColorMap files You can now make a json from a colormap, save it, edit it, load it, and so on. Since that's the case I also moved the "factory" colormaps to json assets rather than raw C++, even though still only the wireframe theme is usable or correct. * Fix a small problem related to json and knob bodies
- Loading branch information
Showing
32 changed files
with
449 additions
and
287 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
[ | ||
{ | ||
"version": "1" | ||
}, | ||
{ | ||
"accent_1a": "#ffda70d6", | ||
"accent_1b": "#ffffc0cb", | ||
"accent_2a": "#ff61c4a3", | ||
"accent_2a_alpha_a": "#ff4f9f84", | ||
"accent_2a_alpha_b": "#ff4f9f84", | ||
"accent_2a_alpha_c": "#ff4f9f84", | ||
"accent_2b": "#ff00ffff", | ||
"accent_2b_alpha_a": "#ff00c4c4", | ||
"accent_2b_alpha_b": "#ff00c4c4", | ||
"accent_2b_alpha_c": "#ff00c4c4", | ||
"bg_1": "#ffadff2f", | ||
"bg_2": "#ffb8860b", | ||
"bg_3": "#ffffc0cb", | ||
"generic_content_high": "#ff0000da", | ||
"generic_content_highest": "#ff0000ff", | ||
"generic_content_low": "#ff000077", | ||
"generic_content_lowest": "#ff000000", | ||
"generic_content_medium": "#ff0000af", | ||
"grid_primary": "#ff393939", | ||
"grid_secondary": "#ffa6a6a6", | ||
"gutter_2": "#ffffc0cb", | ||
"gutter_3": "#ffb8860b", | ||
"knob_fill": "#ffcc00cc", | ||
"panel_outline_2": "#ff000000", | ||
"panel_outline_3": "#ff000000", | ||
"warning_1a": "#ffd67272", | ||
"warning_1b": "#ff8a0000" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
[ | ||
{ | ||
"version": "1", | ||
"hoverfactor": "0.25" | ||
}, | ||
{ | ||
"accent_1a": "#ffffb949", | ||
"accent_1b": "#ffd09030", | ||
"accent_2a": "#ff2788d6", | ||
"accent_2a_alpha_a": "#142788d6", | ||
"accent_2a_alpha_b": "#522788d6", | ||
"accent_2a_alpha_c": "#802788d6", | ||
"accent_2b": "#ff004f8a", | ||
"accent_2b_alpha_a": "#14004f8a", | ||
"accent_2b_alpha_b": "#52004f8a", | ||
"accent_2b_alpha_c": "#80004f8a", | ||
"bg_1": "#ff1b1d20", | ||
"bg_2": "#ff262a2f", | ||
"bg_3": "#ff333333", | ||
"generic_content_high": "#ffdfdfdf", | ||
"generic_content_highest": "#ffffffff", | ||
"generic_content_low": "#ff777777", | ||
"generic_content_lowest": "#ff000000", | ||
"generic_content_medium": "#ffafafaf", | ||
"grid_primary": "#a8393939", | ||
"grid_secondary": "#14a6a6a6", | ||
"gutter_2": "#ff333333", | ||
"gutter_3": "#ff262a2f", | ||
"knob_fill": "#ff525252", | ||
"panel_outline_2": "#FFEEEEEE", | ||
"panel_outline_3": "#FFCCCCCC", | ||
"warning_1a": "#ffd67272", | ||
"warning_1b": "#ff8a0000" | ||
} | ||
] |
Oops, something went wrong.