Class ResponseCurveHSL
Represents a response curve for HSL values.
[Version(1, 0, 0)]
[Serializable]
public class ResponseCurveHSL : ResponseCurveBase<ColorHSL>
- Inheritance
-
ResponseCurveHSL
- Inherited Members
Constructors
- ResponseCurveHSL(IEnumerable<float>, IEnumerable<ColorHSL>)
Initializes a new instance of the ResponseCurveHSL class.
Methods
- GetLerp(float, float, ColorHSL, ColorHSL)
Returns a response curve that represents a linear interpolation of the given output values between the given input values.
- Lerp(ColorHSL, ColorHSL, float)
Linearly interpolates between the two given samples.