ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearPicturizeMixingSettings Structure / AllowColorChange Field




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