Re: [cc65] Color palettes

From: Oliver Schmidt <ol.sc1web.de>
Date: 2012-10-23 13:14:33
Hi,

> As the colors change a lot from the previous values I had to use new color
> names in the Lynx tgi driver.
>
> [...]
>
> The COLOR_BLACK is actually COLOR_TRANSPARENT for sprites and
> COLOR_DARKBROWN is used as sprite black.
>
> If someone believes that this change breaks something please comment.

This isn't supposed to break something conceptually. It's rather a
matter of "gradual incompatibility".  The fewer common COLOR_...
macros are available the sooner a cross-target app will hit an
"undefined error". If you however make sure that

- COLOR_BLACK
- COLOR_GREY
- COLOR_WHITE
- COLOR_RED
- COLOR_GREEN
- COLOR_BLUE

and

- TGI_COLOR_BLACK
- TGI_COLOR_GREY
- TGI_COLOR_WHITE
- TGI_COLOR_RED
- TGI_COLOR_GREEN
- TGI_COLOR_BLUE

are still present than I personally would say that you're still fine.

Just my two cents,
Oliver
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Tue Oct 23 13:14:45 2012

This archive was generated by hypermail 2.1.8 : 2012-10-23 13:14:48 CEST