Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
POINT returning wrong color
#1
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)