luminanceComputationMode Property (BinarizeRequestParams)
Gets or sets the luminance computation mode.
'Declaration
Public Property luminanceComputationMode As Vintasoft.Imaging.ImageProcessing.LuminanceComputationMode
public Vintasoft.Imaging.ImageProcessing.LuminanceComputationMode luminanceComputationMode { get; set; }
public: __property Vintasoft.Imaging.ImageProcessing.LuminanceComputationMode get_luminanceComputationMode();
public: __property void set_luminanceComputationMode(
Vintasoft.Imaging.ImageProcessing.LuminanceComputationMode
);
public:
property Vintasoft.Imaging.ImageProcessing.LuminanceComputationMode luminanceComputationMode {
Vintasoft.Imaging.ImageProcessing.LuminanceComputationMode get();
void set(Vintasoft.Imaging.ImageProcessing.LuminanceComputationMode );
}
Property Value
Default value is Vintasoft.Imaging.ImageProcessing.LuminanceComputationMode.Sum.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5