STK Graphics PrimitivesSend comments on this topic.
Gamma Property (IAgStkGraphicsGammaCorrectionFilter)
See Also
Windows





Windows & Linux

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 Gamma
);
[Java]
public double getGamma();
public void setGamma(
    double
);
[Python - STK API ]
@property
def Gamma(self) -> float:

@Gamma.setter
def Gamma(self, Gamma:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.