Difference between revisions of "Dev:Class ValueNode"

From Synfig Studio :: Documentation
Jump to: navigation, search
m (Text replace - '[[' to '{{l|')
m (Text replace - ']]' to '}}')
Line 1: Line 1:
{{l|Category:Code]]
+
{{l|Category:Code}}
 
Objects of the ValueNode class hold values which can change over time.  ValueNodes are of one of the following types:
 
Objects of the ValueNode class hold values which can change over time.  ValueNodes are of one of the following types:
  

Revision as of 09:25, 8 September 2009

Category:Code Objects of the ValueNode class hold values which can change over time. ValueNodes are of one of the following types:

TYPE_BOOL

Uses C++ type "bool".

TYPE_INTEGER

Uses C++ type "int".

TYPE_ANGLE

Uses class "Angle".

TYPE_TIME

Uses class "Time".

TYPE_REAL

Uses class "Real".

TYPE_VECTOR

Uses class "Vector".

TYPE_COLOR

Uses class "Color".

TYPE_SEGMENT

Uses class "Segment".

TYPE_BLINEPOINT

Uses class "BLinePoint".

TYPE_LIST

Uses class "list_type".

TYPE_CANVAS

Uses class "Canvas".

TYPE_STRING

Uses class "String".

TYPE_GRADIENT

Uses class "Gradient".