formZ SDK | 5.0 API Reference | Project | Modeling | Animation
Description
Gets the parameter indicated by the parameter index of the given animation color track. A color track can represent its color in two ways, by a single list of colors, or by 3 separate children tracks of each color component. The ith_color parameter is useful only if the color track is set for a single list of colors; this identifies which color in the list is used, otherwise it is ignored.
Plugin Prototype
fzrt_error_td fz_anim_trac_colr_get_parm(
fzrt_int | windex, |
colr_trac, | |
fzrt_int | ith_color, |
parm_id, | |
data ) |
Parameters
windex [Input]
project window index
colr_trac [Input]
color track node
ith_color [Input]
the index of the color to access in the colors list (if applicable)
parm_id [Input]
the index of the parameter to retrieve
data [Result]
parameter data
Returns
Error codes
Availability
6.1.0.0
Example Files
Function Set
Defined in