ID:266732
 
Can having too many icon states in ONE icon file cause some states to lose colors? If not, what could be some other reasons for this horrible, horrible event?
The Wizard of How wrote:
Can having too many icon states in ONE icon file cause some states to lose colors? If not, what could be some other reasons for this horrible, horrible event?

BYOND's icons are currently limited to 256 colors per file. If you add icons using icon.Blend() or such, it will make the best it can out of the palettes it has available, but ultimately you're still constrained to 256.

Lummox JR