CAnimationColor::GetAnimationVariableList

Puts the encapsulated animation variables into a list.

virtual void GetAnimationVariableList(
   CList<CAnimationVariable*,
   CAnimationVariable*>& lst
);

Parameters

  • lst
    When the function returns, it contains pointers to three CAnimationVariable objects representing red, green and blue components.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CAnimationColor Class