Re: RGB's..........
- Posted by Bernie Ryan <bwryan at PCOM.NET> Mar 10, 1999
- 424 views
Be sure you are in the correct video mode. I have not used RGB in Euphoria but I know in other languages this can cause a problem. If your display is in some video modes ( 8 bit and etc ) you need to use values from 0 to 63 instead of 0 to 255 Sometimes you can divide by 4 to get a good color. rgb(r/4,g/4,b/4) but this does not always work its easier to change your video mode