AGI STK Graphics 11 Send comments on this topic.
Gamma Property (IAgStkGraphicsGammaCorrectionFilter)
See Also 





Description

Gets or sets the gamma value for the filter. The value must be between .2 and 5. The default gamma value is 2.2.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Gamma() As Double

[C#]
public double Gamma {get; set;}

[Managed C++]
public: __property double get_Gamma();
public: __property void set_Gamma(
double
);

[Unmanaged C++]
public: HRESULT get_Gamma(
double * pRetVal
);
public: HRESULT put_Gamma(
double NewGamma
);

[Java]
public double getGamma();public void setGamma(
double
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1