PDA

View Full Version : 16 Colors?



OnYourMind
06-08-2007, 05:53 AM
Hay there.

Is there any possible way how I can get a 16 Color graphics adapter mode to run in freepascal?

It sounds like a silly newbish question but it's understandable that the 16 Color mode is obsolete for a long time but I would still like to use it just to feel old fashion.

I haven't looked much into the FPC but I will wonder if it does come with the original FPC package.

czar
06-08-2007, 07:06 AM
Why not just limit you gfx to the 16 system colours?

Ñuño Martínez
07-08-2007, 05:21 PM
Use a 256 colours mode and use only the first 16 colours. This way you can use palette effects too.

WILL
07-08-2007, 06:09 PM
or... if you want to use hardware acceleration with the 16 colors, you could easily figure out what their color codes are and stick to using them alone for all your graphics.

I wonder what what hardware accelerated CGA would look like. :lol:

OnYourMind
22-08-2007, 03:49 AM
Or any graphic library of any type that draws lines, circles, dots, boxes, and stuff.

czar
22-08-2007, 07:07 AM
A gfx libraries will probably do primitives - I can't think of any exceptions.


You received a number of replies but you haven't actually responded to any of them.