ImageGear v26.5 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEColorDataCalRGB Class / BlueGamma Property




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

    Property Value

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