[ TDx_DrawGammaControl ]
[ next: SetGammaRamp() ]
[ prev: Destroy() ]
public:
virtual bool __fastcall GetGammaRamp( TDDGammaRamp* pRampData );
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
DESCRIPTION
Top
Parameters
See Also
The
TDx_DrawGammaControl::GetGammaRamp
method
will
retrieve
the
gamma
information
from
a
primary
surface.
If
the
method
call
fails,
the
OnError
event
will
be
triggered
with
one
of
the
following
values:
DDERR_EXCEPTION
DDERR_INVALIDOBJECT
DDERR_INVALIDPARAMS
PARAMETERS
Top
See Also
RampData
The RampData parameter references a TDDGammaRamp component for holding the retrieved gamma information if this method returns successfully.
SEE ALSO
Top
Parameters