Class ColorEffect

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll

Color effect class.

C#
Copy
public class ColorEffect : EffectBase
Inheritance
object
ColorEffect

Constructors

View Source

ColorEffect(Color, Color)

Creates and initializes a new instance of the ColorEffect class.

Declaration
C#
Copy
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 Source

BeginColor

The begin color of the effect.

Declaration
C#
Copy
public Color BeginColor { get; }
Property Value
Type Description
Color
View Source

EndColor

The end color of the effect.

Declaration
C#
Copy
public Color EndColor { get; }
Property Value
Type Description
Color