ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearPageDisplay Class / Gamma Property




In This Topic
    Gamma Property (ImGearPageDisplay)
    In This Topic
    Gets or sets the gamma level of the displayed image.
    Syntax
    'Declaration
     
    Public Overridable Property Gamma As Double
    'Usage
     
    Dim instance As ImGearPageDisplay
    Dim value As Double
     
    instance.Gamma = value
     
    value = instance.Gamma
    public virtual double Gamma {get; set;}
    public: __property virtual double get_Gamma();
    public: __property virtual void set_Gamma( 
       double value
    );
    public:
    virtual property double Gamma {
       double get();
       void set (    double value);
    }

    Property Value

    Double value.
    Remarks

    Changing this property does not permanently affect the loaded image in memory.

    The default value is 1.
    See Also