ImageGear .NET v25.1 - Updated
Weight1 Field




ImageGear.Core Assembly > ImageGear.Processing Namespace > ImGearBitonalReductionOptions Class : Weight1 Field
This option specifies the weight given to the red color component when considering the value of an input pixel for comparison to the Threshold field value.
Syntax
'Declaration
 
Public Weight1 As Integer
'Usage
 
Dim instance As ImGearBitonalReductionOptions
Dim value As Integer
 
value = instance.Weight1
 
instance.Weight1 = value
public int Weight1
public: int Weight1
public:
int Weight1

Field Value

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

Reference

ImGearBitonalReductionOptions Class
ImGearBitonalReductionOptions Members