ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearBitonalReductionOptions Class / Weight2 Field




In This Topic
    Weight2 Field
    In This Topic
    This option specifies the weight given to the green color component when considering the value of an input pixel for comparison to the Threshold field value.
    Syntax
    'Declaration
     
    Public Weight2 As Integer
    'Usage
     
    Dim instance As ImGearBitonalReductionOptions
    Dim value As Integer
     
    value = instance.Weight2
     
    instance.Weight2 = value
    public int Weight2
    public: int Weight2
    public:
    int Weight2

    Field Value

    Integer in the range 0-255.
    Remarks
    This option is only used, if Mode field is set to WEIGHTED.
    See Also