Click or drag to resize

RoundedBevelCommandSoftness Property

Sets the softness of the mask constructed to build the embossed shaped.

Namespace:  Atalasoft.Imaging.ImageProcessing.Effects
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public float Softness { get; set; }

Property Value

Type: Single
The amount of softness used for the emboss.
Exceptions
ExceptionCondition
Thrown if the value is less than zero or greater than 1.
Remarks
Softness must be a value from 0 to 1. Default value is 1.0.
See Also