Re: bk_color and BLACK

new topic     » goto parent     » topic index » view thread      » older message » newer message

> How does one go about setting the background to another color without
> altering the color BLACK? The method should be reasonably fast, as I
> currently doing a draw_bitmap() type of call, which is *slow*...
>
> Thanks.

I've never been able to accomplish changing the background to another
colour when I am using a bitmap that has black as one of it's colours. That
was a major headache during the writing of the first tutorial.

The only way I got around it was to write a utility program that converted
a bitmap displayed on the screen into a Euphoria procedure, consisting of a
series of lengthy pixel() statements. I then took that created procedure
and added it to the main body of the program I was working on. After that,
I was able to change the background without any further grief.

David

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu