Is it possible to direct bbc graphics commands to graphic window created in LBB? Especially to read the POINT color value?
I noticed that you can output graphics on 'console' 'main' or how it's called window of LBB with bbc commands.
Also some bbcb library's can by used if in same folder - eg one for arrays seams to work.
bbc graphics comands with lbb graphics window
-
- Posts: 2
- Joined: Fri Mar 28, 2025 1:57 pm
Re: bbc graphics comands with lbb graphics window
No, a graphics window isn't a BBC BASIC window.Adamkonrad wrote: ↑Mon Apr 07, 2025 8:32 pm Is it possible to direct bbc graphics commands to graphic window created in LBB?
You could presumably use the GetPixel Windows API function for that.Especially to read the POINT color value?
-
- Posts: 2
- Joined: Fri Mar 28, 2025 1:57 pm