Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Draw_Library v2.00 Component Reference
|
|
[ TDx_DrawGammaControl::SetGammaRamp() ]
[ prev: GetGammaRamp() ]
public:
virtual bool __fastcall SetGammaRamp( dword pFlags, TDDGammaRamp* pRampData );
TDX_DRAWGAMMACONTROL::SETGAMMARAMP()
[ component method ]
- Description
- Parameters
Flags
The Flags parameter defines a flag indicating whether gamma calibration should be used.
The described effect applies when the flag is set.
DDSGR_CALIBRATE
Adjust the gamma settings to suit the physical display so that different systems will display the same result. Hardware support for gamma calibration must exist when using this flag. Support can be checked by using the TDx_Draw::GetCaps() method and checking the Caps2 property for the DDCAPS2_PRIMARYGAMMA flag.
RampData
The RampData parameter references a TDDGammaRamp component holding the new gamma values to be set for the primary surface.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|