HPS.RGBColorSplineControlValues Struct Reference

Public Member Functions

override bool Equals (object obj)
 
bool Equals (RGBColorSplineControlValues v)
 
override int GetHashCode ()
 
 RGBColorSplineControlValues (RGBColor in_input, RGBColor in_output)
 

Static Public Member Functions

static bool operator!= (RGBColorSplineControlValues in_left, RGBColorSplineControlValues in_right)
 
static bool operator== (RGBColorSplineControlValues in_left, RGBColorSplineControlValues in_right)
 

Public Attributes

RGBColor input
 
RGBColor output
 

Constructor & Destructor Documentation

◆ RGBColorSplineControlValues()

HPS.RGBColorSplineControlValues.RGBColorSplineControlValues ( RGBColor  in_input,
RGBColor  in_output 
)
inline

Creates a new RGBColorSplineControlValues object used to desribe control values for an individual RGBColorSplineControlValues when interpolating across a series of keyframes in a RGBColorSampler using Spline interpolation.

Parameters
in_inputThe value subtracted from the associated keyframe value to develop the input tangent.
in_outputThe value from which the associated keyframe value is subtracted to develop the output tangent.

Member Function Documentation

◆ Equals() [1/2]

override bool HPS.RGBColorSplineControlValues.Equals ( object  obj)
inline

Compares this RGBColorSplineControlValues object to another object.

Parameters
objThe object to compare to this object.
Returns
Returns true if the parameter is equivalent, false otherwise.

◆ Equals() [2/2]

bool HPS.RGBColorSplineControlValues.Equals ( RGBColorSplineControlValues  v)
inline

Compares a RGBColorSplineControlValues object to this RGBColorSplineControlValues.

Parameters
pThe object to compare to this object.
Returns
Returns true if the parameter is equivalent to this RGBColorSplineControlValues object, false otherwise.

◆ operator!=()

static bool HPS.RGBColorSplineControlValues.operator!= ( RGBColorSplineControlValues  in_left,
RGBColorSplineControlValues  in_right 
)
inlinestatic

Check if the source RGBColorSplineControlValues is different from this RGBColorSplineControlValues.

Parameters
in_thatThe source RGBColorSplineControlValues to compare to this RGBColorSplineControlValues.
Returns
true if the objects are different, false otherwise.

◆ operator==()

static bool HPS.RGBColorSplineControlValues.operator== ( RGBColorSplineControlValues  in_left,
RGBColorSplineControlValues  in_right 
)
inlinestatic

Check if the source RGBColorSplineControlValues is equal to this RGBColorSplineControlValues.

Parameters
in_thatThe source RGBColorSplineControlValues to compare to this RGBColorSplineControlValues.
Returns
true if the objects are equal, false otherwise.

The documentation for this struct was generated from the following file:
  • internals/hps_sprk/source/cs/HPS.RGBColorSplineControlValue.cs