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




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

    Field Value

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