bbc graphics comands with lbb graphics window

Discussions about the Liberty BASIC language, with particular reference to LB Booster
Adamkonrad
Posts: 2
Joined: Fri Mar 28, 2025 1:57 pm

bbc graphics comands with lbb graphics window

Post by Adamkonrad »

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.
guest
Site Admin
Posts: 206
Joined: Tue Apr 03, 2018 1:34 pm

Re: bbc graphics comands with lbb graphics window

Post by guest »

Adamkonrad wrote: Mon Apr 07, 2025 8:32 pm Is it possible to direct bbc graphics commands to graphic window created in LBB?
No, a graphics window isn't a BBC BASIC window.
Especially to read the POINT color value?
You could presumably use the GetPixel Windows API function for that.
Adamkonrad
Posts: 2
Joined: Fri Mar 28, 2025 1:57 pm

Re: bbc graphics comands with lbb graphics window

Post by Adamkonrad »

thank you