This document is archived and information here might be outdated. Recommended version. |
Color Adjustment parameters.
[Visual Basic .NET]
Public Sub GetColorAdjustment ( _
ByRef plGamma100x As Integer, _
ByRef plBrightness As Integer, _
ByRef plContrast As Integer, _
ByRef plSaturation As Integer _
)
[C#]
public void GetColorAdjustment (
ref int plGamma100x,
ref int plBrightness,
ref int plContrast,
ref int plSaturation
);