OKHSL Picker
A very simple tool that basically just takes Godot's OKHSL colour picker and makes it a standalone program. OKHSL is a version of HSL that normalises perceived brightness among hues, making it easier to pick colours that match in "real world" brightness. For more info, read here.
The interface for the colour picker is entirely built by the Godot devs, all I did was wrap it up in a nice standalone window with the ability to pin it, making it "always on top". You can check out Godot here, and view/contribute to its source here.
Updated | 28 days ago |
Status | Released |
Category | Tool |
Platforms | HTML5, macOS, Linux |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | Fenreliania |
Made with | Godot |
Tags | color-picker, okhsv, oklab |
Download
Development log
- Web version available28 days ago
- MacOS and SourceOct 22, 2023
Comments
Log in with itch.io to leave a comment.
Hi, I originally developed the OKHSL Godot Engine feature enhancement https://github.com/godotengine/godot/pull/59786. I was interested in a Macos version but didn’t see an archive of the source to do it directly, so I’m asking here for a port.
Thanks for your work! I can try and do a mac export but it warned me about signing or something, I know a while ago apple did something to make it (as I was told) nigh impossible to build for mac without having some kind of developer account and using Mac hardware?
I'll try and make a build, and now that you mention it I'll package up the project files too.
Surprisingly this accepts colour names!
If you want to know what
cornflowerblue
is, just type that into the Hex box and press enter. (Spaces don’t matter.)