Table of Contents

Class ComputeAnimationCurveColor4

Namespace
Stride.Animations
Assembly
Stride.Engine.dll

Constant Color4 value for the IComputeCurve interface

[DataContract("ComputeAnimationCurveColor4")]
[Display("Animation", null, Expand = ExpandRule.Never)]
public class ComputeAnimationCurveColor4 : ComputeAnimationCurve<Color4>, IComparer<AnimationKeyFrame<Color4>>, IComparer, IComputeCurve<Color4>, IComputeCurve
Inheritance
ComputeAnimationCurveColor4
Implements
Inherited Members

Methods

Cubic(ref Color4, ref Color4, ref Color4, ref Color4, float, out Color4)

public override void Cubic(ref Color4 value1, ref Color4 value2, ref Color4 value3, ref Color4 value4, float t, out Color4 result)

Parameters

value1 Color4
value2 Color4
value3 Color4
value4 Color4
t float
result Color4

Linear(ref Color4, ref Color4, float, out Color4)

public override void Linear(ref Color4 value1, ref Color4 value2, float t, out Color4 result)

Parameters

value1 Color4
value2 Color4
t float
result Color4