This document is archived and information here might be outdated.  Recommended version.


IArcPressPrinter.GetColorAdjustment Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > OutputExtensions > ESRI.ArcGIS.OutputExtensions > Interfaces > IA > IArcPressPrinter Interface > IArcPressPrinter.GetColorAdjustment Method
ArcGIS Developer Help

IArcPressPrinter.GetColorAdjustment Method

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

Product Availability

Available with ArcGIS Desktop.

See Also

IArcPressPrinter Interface