Color replacement by axis, a.k.a. color mapping

Font used is Georgia. If problems occur, just contact me! :slight_smile:


This project uses RGB values that are linked to other colors. You can edit them with the keys 1, 2, and 3, to edit red, green, and blue replacements, respectively.

This can be seen in games to dynamically color assets without needing extra images.

Project link
Dynamic version

Below is the dynamic version, where all color changes are live:

Nice. Why did you decide to make applying the new color a separate step from setting it? Just curious.

The way that I did it in this project would bring problems. If I made red change to (0, 127, 127), and applied the other colors with other other colors, the red in the costume would have been a mix between the 2 others. But obviously, I could've switched to the original image then applied the color. It's also pretty slow to make happen every single time a color changes, but I'll make another version where edits are live anyway.

What I meant by "just curious" was "don't take this as a request to change it." :slight_smile:

Nah, I just felt like making a new dynamic version, the old version is still here!