ImageGear .NET v24.12 - Updated
AllowBrightnessChange Field




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearPicturizeMixingSettings Structure : AllowBrightnessChange Field
Specifies the amount by which cell image brightness can be adjusted to better match the corresponding fragment of the picturized image.
Syntax
'Declaration
 
Public AllowBrightnessChange As Double
'Usage
 
Dim instance As ImGearPicturizeMixingSettings
Dim value As Double
 
value = instance.AllowBrightnessChange
 
instance.AllowBrightnessChange = value
public double AllowBrightnessChange
public: double AllowBrightnessChange
public:
double AllowBrightnessChange

Field Value

0.0...1.0.
Remarks
This field specifies the amount by which cell image brightness can be adjusted to better match the corresponding fragment of the picturized image.

Smaller values preserve colors of the cell images, while greater values make the picturized image more recognizable.

The default value is 0.0.

See Also

Reference

ImGearPicturizeMixingSettings Structure
ImGearPicturizeMixingSettings Members