ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEColorDataCalGray Class / Gamma Property




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

    Property Value

    Any positive value.
    Remarks
    The default value is 1.
    See Also