News:

Building a 3D Ray Tracer  By stevmjon

Main Menu

color problem

Started by basil99, September 10, 2007, 01:45:46 AM

Previous topic - Next topic

basil99

Hi !

I have a really huge project in development, all is Ok, exept one weird thing. I have the following code somewhere

setcurcor x,y
ink rgb( 255, 255, 255 )
print "some text string"

from one moment, I got output text not white, but yellow. Also, in another similar part of code I got no text at all, but when I change ink rgb( 255, 255, 255 ) to ink rgb( 254, 254, 254 ) i got also yellow text.

I another part of programm box ....  rgb( 255,0,0 ) makes not RED box, but some gray one

need to say one more time, all works Ok, no problems at all, exept this one

any ideas ?
Free Games Site - http://vespacrabro.com

kevin


  What version of PB are you using ?


basil99

1.63m atm, but this take place in an old version, like 1.59x, too
Free Games Site - http://vespacrabro.com

kevin

#3
  You'll have to post complete code that demonstrates this issue.