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()
Namespace: Aurigma.DesignAtoms.ImageProcessing
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class EmbossSettings
Constructors
EmbossSettings(Single, Int32, Int32, Boolean)
Declaration
public EmbossSettings(float angle, int depth, int strength, bool shouldInvert = false)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single | angle | |
| System.Int32 | depth | |
| System.Int32 | strength | |
| System.Boolean | shouldInvert |
Properties
Angle
Declaration
public float Angle { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Depth
Declaration
public int Depth { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
ShouldInvert
Declaration
public bool ShouldInvert { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Strength
Declaration
public int Strength { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |