ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearPicturizeMatchingSettings Structure / ColorMatchingFactor Field




In This Topic
    ColorMatchingFactor Field
    In This Topic
    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