<ColorNode> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » Node » VariableNode » ColorNode

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32ClampValueSets the value stored by this <Node> if and only if the value is within the range values specified by this <Node>.
int32GetComponentReturns the component of the vector at the specified index.
int32GetCountReturns the count of the components in the underlying <Color> object, which is 4.
int32SetComponentSets the component of the vector at the specified index.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
<Uint8VectorRange>RangeReturns a pointer to this <Node> object's range management object.
<Color>ValueGets or sets the value of the <Color> object.
int32DimensionGets or sets the vector dimension of the <ColorNode>. Value must be 2, 3, or 4.