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

fz_anim_trac_colr_remove

Description

Removes a color from 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_remove(

fzrt_int

windex,

fz_anim_node_ptr

colr_trac,

fzrt_int

index )

Parameters

windex [Input]

project window index

colr_trac [Input]

color track node

index [Input]

index of color to remove

Returns

Error codes

Availability

6.1.0.0

Example Files

util_anim_test_color.fsl

Function Set

fz_anim_fset


Defined in

fz_anim_api.h