Class ColorEffect
Definition
- Namespace:
- Elm
Sharp
- Assembly:
- ElmSharp.dll
Color effect class.
C#
Copy
[Obsolete("This has been deprecated in API12")]
public class ColorEffect : EffectBase
- Inheritance
Constructors
View Source
ColorEffect(Color, Color)
Creates and initializes a new instance of the ColorEffect class.
Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")]
public ColorEffect(Color beginColor, Color endColor)
Parameters
Type | Name | Description |
---|---|---|
Color | beginColor | The begin color of the effect. |
Color | endColor | The end color of the effect. |
Properties
Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")]
public Color BeginColor { get; }
Property Value
Type | Description |
---|---|
Color |
Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")]
public Color EndColor { get; }
Property Value
Type | Description |
---|---|
Color |