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




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

    Property Value

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