[ TDx_Draw_Library ]
[ next: TDDOverlayFX ]
[ prev: TDDDeviceIdentifier ]
class TDDGammaRamp : public TComponent
class PACKAGE TDDGammaRamp : public TComponent
class type : Wrapper
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
DESCRIPTION
Top
Properties
Methods
Events
See Also
The TDDGammaRamp component wraps the DirectX DDGAMMARAMP structure, which is used to hold the gamma ramp settings for the red, green, and blue color components of a primary surface.
The color value for each color component of a pixel is used to index into the corresponding TDDGammaRamp::Red, TDDGammaRamp::Green and TDDGammaRamp::Blue arrays.
The value referenced within the array is used to replace the existing value for that color component.
For example, the whole primary surface could be made to appear bluer by increasing the values contained in TDDGammaRamp::Blue.
PROPERTIES
Top
Properties
Methods
Events
See Also
Blue
ErrorValue
Green
Red
Size
METHODS
Top
Properties
Methods
Events
See Also
Clear
EVENTS
Top
Properties
Methods
Events
See Also
OnError
SEE ALSO
Top
Properties
Methods
Events
See Also
TDx_DrawGammaControl::GetGammaRamp()
TDx_DrawGammaControl::SetGammaRamp()