ImageGear .NET v24.12 - Updated
ColorMatchingFactor Field




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearPicturizeMatchingSettings Structure : ColorMatchingFactor Field
Specifies whether the ImGearEffects.Picturize method shall pay more attention to matching colors, or to matching brightness.
Syntax
'Declaration
 
Public ColorMatchingFactor As Double
'Usage
 
Dim instance As ImGearPicturizeMatchingSettings
Dim value As Double
 
value = instance.ColorMatchingFactor
 
instance.ColorMatchingFactor = value
public double ColorMatchingFactor
public: double ColorMatchingFactor
public:
double ColorMatchingFactor

Field Value

0.0...1.0
Remarks
This field specifies whether the ImGearEffects.Picturize method shall pay more attention to matching colors, or to matching brightness. Smaller values result in better matching brightness, while greater values result in better matching colors.

The default value is 0.0.

See Also

Reference

ImGearPicturizeMatchingSettings Structure
ImGearPicturizeMatchingSettings Members