RGBColorSplineControlValues
-
struct
RGBColorSplineControlValues
Public Functions
-
bool
operator!=
(RGBColorSplineControlValues const &in_that) const Check if the source RGBColorSplineControlValues is different from this RGBColorSplineControlValues.
Parameters: in_that – The source RGBColorSplineControlValues to compare to this RGBColorSplineControlValues. Returns: true if the objects are different, false otherwise.
-
bool
operator==
(RGBColorSplineControlValues const &in_that) const Check if the source RGBColorSplineControlValues is equal to this RGBColorSplineControlValues.
Parameters: in_that – The source RGBColorSplineControlValues to compare to this RGBColorSplineControlValues. Returns: true if the objects are equal, false otherwise.
-
RGBColorSplineControlValues
(RGBColor const &in_input, RGBColor const &in_output) Creates a new RGBColorSplineControlValues object used to desribe control values for an individual RGBColorKeyframe when interpolating across a series of keyframes in a RGBColorSampler using Spline interpolation.
Parameters: - in_input – The value subtracted from the associated keyframe value to develop the input tangent.
- in_output – The value from which the associated keyframe value is subtracted to develop the output tangent.
-
bool