DTE-Python / GB-TileSetMaker

A quick program to turn a given image into a hex tileset for GBDK usage.
2 stars 0 forks source link

Gameboy Palette Priority #5

Open DTE-Python opened 7 months ago

DTE-Python commented 7 months ago

The tool works great, but it could happen that someone would want to use a Gameboy palette when making their art to ensure it would appear the same on the Gameboy's screen, however the current system defaults to rounding to the four quarters of the greyscale, so the rounding might not work out so nicely.

If I figure out the best grey match for the greyscale of the Dark and Light greens below, I'd probably want to set those as the defaults so that the output more closely matches what the artists would want to display on the Gameboy's screen, if that all makes sense.

Darkest Green RGB: 15, 56, 15 (Always rounded with 0/Black)

Dark Green RGB: 48, 98, 48

Light Green RGB: 139, 172, 15

Lightest Green RGB: 155, 188, 15 (Always rounded with 255/White)

DTE-Python commented 7 months ago

Suggested: Dark Grey to 85, Light Grey to 154 (Greys usually have the same value for Red, Green, and Blue)