Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

BrightnessAmount Property








Gets the amount of the brightness in the image.
Syntax
public float BrightnessAmount {get;}
'Declaration
 
Public ReadOnly Property BrightnessAmount As Single
'Usage
 
Dim instance As BrightnessDetectionCommand
Dim value As Single
 
value = instance.BrightnessAmount
public float BrightnessAmount {get;}
 get_BrightnessAmount(); 
public:
property float BrightnessAmount {
   float get();
}

Property Value

The output (transformed) image.
Example
Refer to the BrightnessDetectionCommand example.
Requirements

Target Platforms

See Also

Reference

BrightnessDetectionCommand Class
BrightnessDetectionCommand Members

Error processing SSI file