A downloadable tool for Windows, macOS, and Linux

Download NowName your own price

Create color palette using node system that allows generating gradients with curves.

Colors provided to OutputNode will get exported in chosen format (PNG or Gimp palette GPL).

Pairs very well with my SpritePalettizer tool.

Presets are a locally stored collection of projects and sorted by names of the artists who provided their projects for this app.

If you make something interesting and want to share it with other users, contact me.

Disclaimer:

This was started as a tool for myself but made in a form of an app. Unfortunately, the game engine I used for this app has a bug in the node system where a connection appears through the node. Fixing it will require getting into game engine code and that has no priority for me to do unless there's enough reason for me to spend more time on this app.

StatusReleased
CategoryTool
PlatformsWindows, macOS, Linux
AuthorNeZvers
Made withGodot
TagsColorful, Generator, nodes
Code licenseMIT License
Average sessionA few minutes
LanguagesEnglish
InputsMouse, Touchscreen

Download

Download NowName your own price

Click download now to get access to the following files:

ColorPalettizer.zip 13 MB
ColorPalettizer_Lin.zip 14 MB
ColorPalettizer_Mac.zip 14 MB

Comments

Log in with itch.io to leave a comment.

Hey! First of all, good job! It looks simple and easy to use. I wonder how you did the nodes, is there any documentation on the Godot site or something?

Godot has GraphEdit as parent and GraphNodes as children.

Okay, thank you!

But got to say that I regret not making my own GraphNode implementation. It was a pain in the butt to work around GUI design limitations (to have more connections need more direct children in the GraphNode) and a bug with connections showing through nodes.