PDA

Click to See Complete Forum and Search --> : Colour Reduction & Conversion


Monkey King
Jul 14th, 2000, 09:49 AM
Does anybody have a neat and nifty way of converting a bitmap to a color palette consisting of three system colours, e.g. system highlight, background and shadow.

I want to use the bitmaps as backdrops for forms but in such a way as they blend into the existing color scheme.

Cheers

oetje
Jul 15th, 2000, 07:28 AM
Memory is cheap, so more and more people run windows with more then 256 colours. So there aren't any color palettes on most systems.

Monkey King
Jul 17th, 2000, 04:35 AM
Without getting hooked up in semantics, I meant "the colour palette" as defined by the bitmap itself. Using a reduced colour range. As long as I know the range of colours used it should be possible to mask through each pixel and convert their colour to one in a suitable range.