Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    ComputeFunctionCurveColor4 Class

    Namespace: Stride.Animations
    Assembly: Stride.Engine.dll

    Function Color4 value for the IComputeCurve interface

    System.Object → ComputeFunctionCurve<Color4> → ComputeFunctionCurveColor4
    Derived from ComputeFunctionCurveColor4:

    [DataContract("ComputeFunctionCurveColor4")]
    [Display("Function", null)]
    public class ComputeFunctionCurveColor4 : ComputeFunctionCurve<Color4>, IComputeCurve<Color4>, IComputeCurve
    Name Description
    Methods
    GetElementFrom(Single)
    | Improve this Doc View Source

    Methods


    GetElementFrom(Single)

    protected override Color4 GetElementFrom(float value)
    Parameters
    Type Name Description
    System.Single value
    Returns
    Type Description
    Color4
    Overrides
    Stride.Animations.ComputeFunctionCurve<Stride.Core.Mathematics.Color4>.GetElementFrom(System.Single)

    Inherited Members

    ComputeFunctionCurve<Color4>.PhaseShift
    ComputeFunctionCurve<Color4>.Period
    ComputeFunctionCurve<Color4>.Amplitude
    ComputeFunctionCurve<Color4>.UpdateChanges()
    ComputeFunctionCurve<Color4>.Evaluate(Single)

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation