ColorKeyFrameAnimationInsertKeyFrame(Single, Color, IEasing) Method
Namespace: Avalonia.Rendering.CompositionAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void InsertKeyFrame(
float normalizedProgressKey,
Color value,
IEasing easingFunction
)
Public Sub InsertKeyFrame (
normalizedProgressKey As Single,
value As Color,
easingFunction As IEasing
)
member InsertKeyFrame :
normalizedProgressKey : float32 *
value : Color *
easingFunction : IEasing -> unit
Parameters
- normalizedProgressKey Single
-
- value Color
-
- easingFunction IEasing
-