Monday, August 28, 2023

πŸͺ² RGBAPSET: fixed issue causing BLUE to be ignored

 All because of a typo in a variable name.  Arg!

The statement was handling the red and green components of RGB colours just fine, but was completely ignoring the BLUE component.

That is now fixed in the latest version of BASIC Anywhere Machine.

No comments:

Post a Comment

πŸ“š TIP: PAINT: Clearing an area before painting it

Please keep this in mind when using the PAINT statement: Although painting will not go beyond a pixel coordinate with the specified area edg...