Page 1 of 1

Fastest way to create a brightness control

PostPosted: Apr 3, 2003 @ 6:22am
by tedson

PostPosted: Apr 3, 2003 @ 9:30am
by Hosed

PostPosted: Apr 3, 2003 @ 3:49pm
by tedson
Alpha blt with white seems to just wash out the graphics, does anyone know a true way to brighten. (Might be time to go break out the graphics gems books)

PostPosted: Apr 4, 2003 @ 10:59am
by Hosed

PostPosted: Apr 6, 2003 @ 7:37am
by efortier
That's a very nice piece of code.

Does anyone knows how to adjust the color saturation? I suppose there is a formula along the same lines, but I can't seem to locate anything on the web...

Thanks!

--Eric

PostPosted: Apr 6, 2003 @ 9:16am
by Hosed

PostPosted: Apr 6, 2003 @ 9:25pm
by efortier

PostPosted: Jul 4, 2003 @ 9:14am
by egarayblas

PostPosted: Jul 5, 2003 @ 5:59pm
by Hosed
The last gamma adjustment control I saw in a game was for a Jimmy Soft game, which were all done using Jimmy's custom graphics library. I don't recall if his just adjusted the brightness of the backlight or not however.

On the PC gamma is done through the video card so it's nice and fast. In the past it was done through the equations I posted in this article earlier. Obviously an optimized version there of.

If noone else has, I think I'll go ahead and start on one this coming week.

PostPosted: Jul 6, 2003 @ 12:10am
by DillRye

PostPosted: Jul 6, 2003 @ 1:53am
by warmi