YesNoOk
avatar

<^****Solved****^> Wait...What's so important about palletes? (Read 1505 times)

Started by WulfHound, August 12, 2011, 09:03:11 pm
Share this topic:
<^****Solved****^> Wait...What's so important about palletes?
#1  August 12, 2011, 09:03:11 pm
  • **
  • "Safer in numbers"
    • img198.imagevenue.com/img.php?image=th_704966992_Rellik_122_165lo.PNG
The information I got about palletes is only this: It deletes the "white block" around your character. I don't know if that's what palletes really are for
but I don't have any issues with "White blocks" around the character sprites I make. I tried EVERY program that isolates sprites. Not once have I got this "White block" around the character. So what Really does Palletes do?
Aren't wolves cute?
Last Edit: August 12, 2011, 10:43:20 pm by WulfHound
Re: Wait...What's so important about palletes?
#2  August 12, 2011, 10:17:39 pm
  • ****
  • Hey.
    • Ukraine
    • mugencoder.com

  • Online
Quote
The information I got about palletes is only this: It deletes the "white block" around your character. I don't know if that's what palletes really are for
but I don't have any issues with "White blocks" around the character sprites I make. I tried EVERY program that isolates sprites. Not once have I got this "White block" around the character. So what Really does Palletes do?
This "White Block" is probably very specific to the person's character who gave this information to you. It's the background color. Your sprite is a rectangle obviously, so that's where the "block" comes from and the "white" is referring to the background color.

Palettes are tables of up to 256 colors that contain a map of all of the colors that your sprite uses. Indexed color is essentially ordered colors. You've heard the term "color 0" before I'm sure. Color 0 implies that it's the first color in your palette. Color 0 is used to make allow transparency in an opaque image. Since palettes define where colors are on your sprites via indexing, changing the colors of a sprite is made possible, hence the reason why they're necessary.

Simply put: Without a palette you won't be able to have a transparent background color in your character sprites and you won't be able to have multiple colors for your character.

-[Все слова это только слова.]-
Re: Wait...What's so important about palletes?
#3  August 12, 2011, 10:42:07 pm
  • **
  • "Safer in numbers"
    • img198.imagevenue.com/img.php?image=th_704966992_Rellik_122_165lo.PNG
Ahhh.
Aren't wolves cute?