Class RecolorEffectParameters
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.Model.Effects
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class RecolorEffectParameters : EffectParameters
Constructors
RecolorEffectParameters()
Declaration
public RecolorEffectParameters()
Properties
CurrentColorReplacements
Declaration
public Dictionary<Color, Color> CurrentColorReplacements { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<Color, Color> |
DefaultColorReplacements
Declaration
public Dictionary<Color, Color> DefaultColorReplacements { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<Color, Color> |
ReducedColorImageSource
Declaration
public ImageItem.ImageSource ReducedColorImageSource { get; set; }
Property Value
| Type | Description |
|---|---|
| ImageItem.ImageSource |