-
```
2.1.0
saving a palette as a 32 bit png image's not really useful since you can't do
anything with it anymore. the idea is that it'd save the palette into a format
that can then be loaded with f…
-
Below is the structured list of guides we'll want to add for developers.
- Frontend
- [x] Creating a Page
- [x] Creating a Command & Shortcut
- [x] Customizing Context Menus
- [x] Custo…
-
Just like you also have in some other modern apps and editors. Having a command palette is sometimes easier than creating near countless key binds.
-
Inkscape and GIMP both have GPL palettes. It would be excellent to import and export GIMP & Inkscape compatible formats.
It's probably not a bad idea to import/export Adobe and Sketch formats too?
-
Do you have any recommended RGB values for a default C64 palette?
With my Raspberry Pi scaler I'm currently using these values: https://www.c64-wiki.com/wiki/Color
However that does look rather ligh…
IanSB updated
4 years ago
-
Since we manage color all in a single JS function, it should be easy to swap out other color palettes, if we had the inkling. Obviously we always want a colorblind-safe option available, but perhaps i…
-
```
I would like to have color palettes a user can choose a color from. For
instance, 8 or 16 pre-defined colors could be displayed besides or below the
actual color picker.
The optimal solution (a…
-
```
I would like to have color palettes a user can choose a color from. For
instance, 8 or 16 pre-defined colors could be displayed besides or below the
actual color picker.
The optimal solution (a…
-
```
What steps will reproduce the problem?
1. open the palette tab
2. open palettes 1-brown, 1-brown-pastel etc ...
What is the expected output? What do you see instead?
a palette sorted by color the…
-
I changed the default colors to: `my @colors = ( 237, 7, 3, 2, 10 );` to achieve a more yellow-to-green palette, just like Github.
It would be nice to have the option to use a palette like that out…