Qbasicnews.com
February 25, 2021, 10:16:29 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Back to Qbasicnews.com
|
QB Online Help
|
FAQ
|
Chat
|
All Basic Code
|
QB Knowledge Base
Home
Help
Search
Login
Register
Qbasicnews.com
>
Qbasic "like" compilers/interpreters
>
FB Discussion & Programming Help
>
POINT returning wrong color
Pages: [
1
]
« previous
next »
Print
Author
Topic: POINT returning wrong color (Read 1975 times)
BiLLaMoNsTeR
New Member
Posts: 7
POINT returning wrong color
«
on:
February 23, 2005, 02:21:16 AM »
It works fine in 8-bit mode, but POINT does not seem return the correct color in 16-bit mode.
Am I doing something wrong?
Code:
screen 19, 16, 1, 0
col1 = rgb(214, 112, 10)
line(100,100)-(200,200), col1, BF
print "col1 ="; col1
print "point(100, 100) = "; point(100, 100)
sleep
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Forum has moved
-----------------------------
=> Forum has moved
-----------------------------
QbasicNews.Com
-----------------------------
=> QB/FB News
=> Site/Forum Issues
=> Challenges
-----------------------------
QBasic
-----------------------------
=> QB Discussion & Programming Help
=> QB Projects
-----------------------------
Qbasic "like" compilers/interpreters
-----------------------------
=> General QB "like"
=> QB64
=> FB Discussion & Programming Help
===> FB Projects
===> FB Documentation
-----------------------------
General
-----------------------------
=> General/Misc
===> Art & Music
===> General Programming
Loading...