Difference between revisions of "Convert"

From Synfig Studio :: Documentation
Jump to: navigation, search
m (composite)
m (radial_composite)
Line 20: Line 20:
  
 
== radial_composite ==
 
== radial_composite ==
 +
 +
Converting a parameter to "radial_composite" adds four real-valued sub-parameters called "Luma", "Saturation", "Hue", and "Alpha".
  
 
== reference ==
 
== reference ==

Revision as of 14:50, 5 September 2007

Languages Language: 

English • română


Right-clicking on a value in the Parameters dialog brings up a context menu which has a sub-menu called "Convert". The "Convert" menu allows you to specify that the parameter should be controlled automatically in various ways. Depending on the type of the parameter the Convert menu will contain different options.

Real values can be converted to linear, reference, scale, sine, and subtract types.

Angle values can be converted to linear, reference, scale, and subtract types.

Integer values can be converted to reference, scale, and subtract types.

Color values can be converted to composite, radial_composite, reference, scale, and subtract types.

linear

Converting a parameter to be 'linear' adds two real-valued sub-parameters "Rate" and "Offset" for controlling the parameter's value.

The parameter's value will change linearly over time, start with the value specified by "Offset" at time zero, and increasing by the value specified by "Rate" every second.

composite

Converting a parameter to "composite" adds four real-valued sub-parameters called "Red", "Green", "Blue", and "Alpha".

radial_composite

Converting a parameter to "radial_composite" adds four real-valued sub-parameters called "Luma", "Saturation", "Hue", and "Alpha".

reference

Converting a parameter to "reference" adds a single real-valued sub-parameter called "Link".

scale

Converting a parameter to "scale" adds two real-valued sub-parameters called "Link" and "Scalar".

sine

Converting a parameter to "sine" adds two sub-parameters: a angle value called "Angle" and a real-valued value called "Amplitude".

subtract

Converting a parameter to "subtract" adds three real-valued sub-parameters called "LHS", "RHS", and "Scalar".


Languages Language: 

English • română