ImageGear .NET v24.12 - Updated
AllowColorChange Field




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

Field Value

0.0...1.0.
Remarks
This field specifies the amount by which cell image colors (tint) 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