Class ColorEffect
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Color effect class.
public class ColorEffect : EffectBase
- Inheritance
Constructors
View SourceColorEffect(Color, Color)
Creates and initializes a new instance of the ColorEffect class.
Declaration
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
View SourceBeginColor
The begin color of the effect.
Declaration
public Color BeginColor { get; }
Property Value
Type | Description |
---|---|
Color |
EndColor
The end color of the effect.
Declaration
public Color EndColor { get; }
Property Value
Type | Description |
---|---|
Color |