#import <CCActionInterval.h>
Inherits CCActionInterval.

Public Member Functions | |
| (id) | - initWithDuration:red:green:blue: |
Static Public Member Functions | |
| (id) | + actionWithDuration:red:green:blue: |
Tints a CCNode that implements the CCNodeRGB protocol from current tint to a custom one.
Definition at line 321 of file CCActionInterval.h.
| + (id) actionWithDuration: | (ccTime) | duration | ||
| red: | (GLubyte) | red | ||
| green: | (GLubyte) | green | ||
| blue: | (GLubyte) | blue | ||
creates an action with duration and color
| - (id) initWithDuration: | (ccTime) | duration | ||
| red: | (GLubyte) | red | ||
| green: | (GLubyte) | green | ||
| blue: | (GLubyte) | blue | ||
initializes the action with duration and color