Class EmbossSettings
Namespace: Aurigma.DesignAtoms.ImageProcessing
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class EmbossSettings
Inheritance: System.Object -> EmbossSettings
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
EmbossSettings
public EmbossSettings(float angle, int depth, int strength, bool shouldInvert = false)
Properties
Angle
public float Angle { get; }
Depth
public int Depth { get; }
Strength
public int Strength { get; }
ShouldInvert
public bool ShouldInvert { get; }