Struct GraphicColorSequenceLayerSO.ColorStep
Represents a single step in the tint sequence.
Assembly: Serenity.UnityProceduralAnimator.Infrastructure.dll
Syntax
public struct GraphicColorSequenceLayerSO.ColorStep
Constructors
ColorStep(Color, float, bool)
Creates a ColorStep with the specified tint and duration.
Declaration
public ColorStep(Color tint, float duration, bool blend = false)
Parameters
| Type |
Name |
Description |
| Color |
tint |
|
| float |
duration |
|
| bool |
blend |
|
Fields
blendToNext
Declaration
Field Value
durationSeconds
Declaration
public float durationSeconds
Field Value
tint
Declaration
Field Value