This document is archived and information here might be outdated. Recommended version. |
Color Adjustment parameters.
[Visual Basic .NET]
Public Sub SetColorAdjustment ( _
ByVal lGamma100x As Integer, _
ByVal lBrightness As Integer, _
ByVal lContrast As Integer, _
ByVal lSaturation As Integer _
)
[C#]
public void SetColorAdjustment (
int lGamma100x,
int lBrightness,
int lContrast,
int lSaturation
);