Re: Strange background colour in Object graphics [message #30098] |
Mon, 08 April 2002 21:05  |
Rick Towler
Messages: 821 Registered: August 1998
|
Senior Member |
|
|
I probably would have just chocked it up to differences in the graphics
subsystem but since David doesn't see this behavior that can't be it. Not
like it would have been a *good* answer ;)
Is it possible that your graphics adapter has separate gamma or color
correct settings for openGL? Try it with the OG renderer set to software
and see what happens. If the problem goes away, start looking for color
correction and/or gamma controls.
-Rick
"Reno Choi" <K.Y.Choi@soton.ac.uk> wrote in message
news:f710aa82.0204081830.7ce3360a@posting.google.com...
> Hi.
>
> Thanks for your help for my questions the other day about widget
> project. I managed to divide seperate widget draws in a single window
> and it's even resizeable!
>
> Another question is now araised. I put both direct and object draws in
> my program (in seperate widget draws, of course). I tried to match
> background colours for those draws, but only my object draws shows
> rather different background colours, though I used the same colour
> numbers, e.g. backColour=[236,233,216] which is gray used in ordinary
> window systems. The colour was set in IDLgrView as follows,
>
> backColour=[236,233,216]
> oView = OBJ_NEW('IDLgrView', PROJECTION=2, COLOR=backColour)
>
> Background in all direct plots are identical to the one in the Window,
> but object draw has a bit brighter colour (I'd say its rather white!).
>
> Anyone can explain why it happens and how to correct?
>
> Thanks.
>
> Reno
|
|
|