Re: [cc65] TGI palettes

From: Karri Kaksonen <karri1sipo.fi>
Date: 2011-05-23 18:12:54
The concept of Background color is very nice.

On the Lynx I have extended a special tgi_ioctl command for setting a 
background color.

The default background color can be transparent. So when you type text 
only the text-color pixels are painted.

But if you set tgi_bgcolor to something then the text bounding box will 
be painted with that color automatically.

And I also do not like the added complexity to have color allocation 
before use.

pen blue
draw line

is enough for me.

For sprite programming you bang the chips directly and bypass tgi-based 
color allocation anyway.
--
Karri

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Mon May 23 18:13:07 2011

This archive was generated by hypermail 2.1.8 : 2011-05-23 18:13:10 CEST