ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearContrastSettings Structure / Gamma Property




In This Topic
    Gamma Property (ImGearContrastSettings)
    In This Topic
    Gets or sets gamma attribute.
    Syntax
    'Declaration
     
    Public Property Gamma As Double
    'Usage
     
    Dim instance As ImGearContrastSettings
    Dim value As Double
     
    instance.Gamma = value
     
    value = instance.Gamma
    public double Gamma {get; set;}
    public: __property double get_Gamma();
    public: __property void set_Gamma( 
       double value
    );
    public:
    property double Gamma {
       double get();
       void set (    double value);
    }

    Property Value

    Double value.
    See Also