ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEColorDataCalRGB Class / GreenGamma Property




In This Topic
    GreenGamma Property
    In This Topic
    Gets or sets the green gamma value.
    Syntax
    'Declaration
     
    Public Property GreenGamma As Single
    'Usage
     
    Dim instance As ImGearPDEColorDataCalRGB
    Dim value As Single
     
    instance.GreenGamma = value
     
    value = instance.GreenGamma
    public float GreenGamma {get; set;}
    public: __property float get_GreenGamma();
    public: __property void set_GreenGamma( 
       float value
    );
    public:
    property float GreenGamma {
       float get();
       void set (    float value);
    }

    Property Value

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