
124 Pixel Art for Game Developers
FIGURE E9.5 Default color palette.
FIGURE E9.6 Example of a color ramp.
A “ramp” or “gradient” is a smooth transition between two colors, and in
the Pixel Art that would be a set of colors that smoothly transition from one
color to the next like what’s shown in Figure E..
And we will create a gradient of green like the one shown above, but rst
we are going to use the same technique in the program to turn the palette
all magenta. We’re going to copy the magenta, paste it in two places, then
“ramp” the two colors together. Because there is no variance between the
twocolors,itwillmakearampofonlyonecolor.
If you ha ...