formZ SDK | 5.0 API Reference | Project | Modeling | Animation

fz_anim_trac_colr_insert

Description

Inserts a color into the list of colors of the 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. This function is useful only if the color track is set for a single list of colors.

Plugin Prototype

fzrt_error_td fz_anim_trac_colr_insert(

fzrt_int

windex,

fz_anim_node_ptr

colr_trac,

fzrt_int

index,

fz_rgb_float_td *

rgb_color )

Parameters

windex [Input]

project window index

colr_trac [Input]

color track node

index [Input]

index of inserted color, -1 inserts at the end of list.

rgb_color [Input]

color

Returns

Error codes

Availability

6.1.0.0

Example Files

util_anim_test_color.fsl
util_anim_animate_enty.fsl

Function Set

fz_anim_fset


Defined in

fz_anim_api.h