ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearSpotlight Class / BrightnessFactor Property




In This Topic
    BrightnessFactor Property
    In This Topic
    Gets or sets a multiplier allowing to highlight the image more, even if the light source is located far from the image border.
    Syntax
    'Declaration
     
    Public Property BrightnessFactor As Double
    'Usage
     
    Dim instance As ImGearSpotlight
    Dim value As Double
     
    instance.BrightnessFactor = value
     
    value = instance.BrightnessFactor
    public double BrightnessFactor {get; set;}
    public: __property double get_BrightnessFactor();
    public: __property void set_BrightnessFactor( 
       double value
    );
    public:
    property double BrightnessFactor {
       double get();
       void set (    double value);
    }

    Property Value

    Double value.
    See Also