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




In This Topic
    AllowPixelsChange Field
    In This Topic
    Specifies the amount by which individual cell pixels can be adjusted to better match the corresponding fragment of the picturized image.
    Syntax
    'Declaration
     
    Public AllowPixelsChange As Double
    'Usage
     
    Dim instance As ImGearPicturizeMixingSettings
    Dim value As Double
     
    value = instance.AllowPixelsChange
     
    instance.AllowPixelsChange = value
    public double AllowPixelsChange
    public: double AllowPixelsChange
    public:
    double AllowPixelsChange

    Field Value

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

    Smaller values preserve details of the cell images, while greater values make the picturized image more recognizable. Usually, setting this parameter to a relatively small value allows to 'develop' details of the picturized image, but does not make any visible changes to the cell images.

    The default value is 0.0.

    See Also