ArcObjects Library Reference (OutputExtensions)  

IArcPressPrinter.SetColorAdjustment Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

IArcPressPrinter Interface