Public Member Functions | Static Public Member Functions

CC3TintTo Class Reference

CC3TintTo is an abstract CCActionInterval whose subclasses changes one of the color properties of a target CC3Node to a particular color. More...

#import <CC3ActionInterval.h>

Inheritance diagram for CC3TintTo:
Inheritance graph
[legend]

List of all members.

Public Member Functions

(id) - initWithDuration:colorTo:

Static Public Member Functions

(id) + actionWithDuration:colorTo:

Detailed Description

CC3TintTo is an abstract CCActionInterval whose subclasses changes one of the color properties of a target CC3Node to a particular color.

Each subclass is dedicated to changing one particular color property.

This class is abstract and should not be instantiated directly. Instead, use one of the concrete subclasses.


Member Function Documentation

+ (id) actionWithDuration: (ccTime)  t
colorTo: (ccColor4F)  aColor 

Allocates and initializes an autoreleased instance to change a color property of the target node to the specified color, within the specified time duration.

- (id) initWithDuration: (ccTime)  t
colorTo: (ccColor4F)  aColor 

Initializes this instance to change a color property of the target node to the specified color, within the specified time duration.


The documentation for this class was generated from the following file: