A super simple colour picking tool made using electron.
Inspired by Toinane/colorpicker and the google online colour picker which disappears when I need it most.
To build the application you need electron and node.js
Run npm install
after cloning the repository
Start the application by running npm start
To build the application yourself, run npm run make
20/02/23: Version 1.0.0!
09/09/23: Version 1.5.0
- Change the colour manually using the input box.
- Copy the hexcode when you need it by clicking the "copy" button.
- Use the sliders to get the colour you want.
- Use the alpha toggle to choose between using the alpha channel or not.
- Filter user input
- Add hsl square colour picking map
- Colour history
- Adding a colour wheel
- Adding options for different colour models (HSL, HSV)