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.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.2.0
public OrderedDitherer ConfigureAutoStrengthMode(
AutoStrengthMode autoStrengthMode
)
Public Function ConfigureAutoStrengthMode (
autoStrengthMode As AutoStrengthMode
) As OrderedDitherer
public:
OrderedDitherer^ ConfigureAutoStrengthMode(
AutoStrengthMode autoStrengthMode
)
member ConfigureAutoStrengthMode :
autoStrengthMode : AutoStrengthMode -> OrderedDitherer
- autoStrengthMode AutoStrengthMode
- An AutoStrengthMode value specifying the desired behavior for calibrating auto strength.
OrderedDithererA new
OrderedDitherer instance that has the specified
autoStrengthMode.