Show / Hide Table of Contents

    Class ColorEffect

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll
    API Level:
    preview

    Color effect class.

    public class ColorEffect : EffectBase
    Inheritance
    Object
    EffectBase
    ColorEffect

    Constructors

    View Source

    ColorEffect(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.

    API Level: preview

    Properties

    View Source

    BeginColor

    The begin color of the effect.

    Declaration
    public Color BeginColor { get; }
    Property Value
    Type Description
    Color
    API Level: preview
    View Source

    EndColor

    The end color of the effect.

    Declaration
    public Color EndColor { get; }
    Property Value
    Type Description
    Color
    API Level: preview
    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX