CC3ActionTintTo Class Reference
Inherits from | CCActionInterval |
Conforms to | NSCopying |
Declared in | CC3Actions.h |
Overview
CC3ActionTintTo changes the color of a target CC3Node to a particular color.
This implementation changes BOTH the ambientColor and diffuseColor properties of the target CC3Node. In addition, CC3ActionTintTo has several subclasses, each dedicated to changing one particular color property, without affecting the other color properties.