Click or drag to resize

ResponseCurveColor Class

A response curve with outputs of Color.
Inheritance Hierarchy
SystemObject
  Gamelogic.Extensions.AlgorithmsResponseCurveBaseColor
    Gamelogic.Extensions.AlgorithmsResponseCurveColor

Namespace:  Gamelogic.Extensions.Algorithms
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 2, 0)]
public class ResponseCurveColor : ResponseCurveBase<Color>

The ResponseCurveColor type exposes the following members.

Constructors
  NameDescription
Public methodResponseCurveColor
Top
Properties
Methods
Extension Methods
  NameDescription
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Top
See Also