Disable all color and gamma correction

Hello everyone,

I need exact control over every RGB bit of every pixel in my output (see below for explanation). Meaning if I set a pixel to have RGB = (123,45,208), I want the output of the video card to be precisely that color. In other words, I would like to disable all gamma and color correction, and just have an identity look-up table.

Does anyone know of a way to do that, using either programming techniques or by setting video driver parameters?

Thank you,
Mark Wexler

P.S. Explanation: I’m using a TI projector that takes the 24 RGB bitplanes and projects them sequentially, to produce 60 x 24 = 1440 Hz output. That’s why I can’t have any corrections in any of the RGB bits.