OrderedDithererConfigureAutoStrengthMode Method

Gets a new OrderedDitherer instance that uses auto strength using the specified autoStrengthMode.
See the Remarks section of the ConfigureStrength method for details and image examples.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.2.0
C#
public OrderedDitherer ConfigureAutoStrengthMode(
	AutoStrengthMode autoStrengthMode
)

Parameters

autoStrengthMode  AutoStrengthMode
An AutoStrengthMode value specifying the desired behavior for calibrating auto strength.

Return Value

OrderedDitherer
A new OrderedDitherer instance that has the specified autoStrengthMode.

Exceptions

ArgumentOutOfRangeExceptionautoStrengthMode is not one of the defined values.

See Also