MonoColor is a C++ tool for recoloring monochrome .png files. It finds all non-transparent pixels and applies a specified hex color, adjusting each pixel based on its darkness.
Originally designed for mass-coloring items in Minecraft mods, it uses the 16 standard Minecraft colors.
| Minecraft Color Name | Hex Code |
|---|---|
| White | #F9FFFE |
| Light Gray | #9D9D97 |
| Gray | #474F52 |
| Black | #1D1D21 |
| Brown | #835432 |
| Red | #B02E26 |
| Orange | #F9801D |
| Yellow | #FED83D |
| Lime | #80C71F |
| Green | #5E7C16 |
| Cyan | #169C9C |
| Light Blue | #3AB3DA |
| Blue | #3C44AA |
| Purple | #8932B8 |
| Magenta | #C74EBD |
| Pink | #F38BAA |
- ImageMagick installed on your system.
monocolor.ico is the unofficial icon of the application, use it if you'd like.
MonoColor is licensed under GPLv3.