Skip to main content

Class EmbossSettings

Namespace: Aurigma.DesignAtoms.ImageProcessing
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class EmbossSettings

Inheritance: System.Object -> EmbossSettings

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.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; }
Was this page helpful?