Table of Contents

Class TintGraphicTweenParameters

Namespace
Fallencake.UI
Assembly
Fallencake.UI.dll

Tween parameters for animating Graphic color values

[Serializable]
public class TintGraphicTweenParameters : TweenParametersData<Graphic, Color>, ITweenParametersData<Graphic, Color>, ITweenTargetData<Graphic>
Inheritance
object
TweenParametersData<Graphic, Color>
TintGraphicTweenParameters
Implements
ITweenParametersData<Graphic, Color>
Inherited Members

Constructors

TintGraphicTweenParameters()

public TintGraphicTweenParameters()

TintGraphicTweenParameters(Graphic, Color)

public TintGraphicTweenParameters(Graphic target, Color color)

Parameters

target Graphic
color Color

Properties

Color

Target color for the tint animation

public Color Color { get; set; }

Property Value

Color

StartValue

public override Color StartValue { get; }

Property Value

Color

Target

public override Graphic Target { get; }

Property Value

Graphic

Value

public override Color Value { get; }

Property Value

Color