Inherits from CCActionInterval : CCFiniteTimeAction : CCAction : NSObject
Conforms to NSCopying
Declared in CCActionInterval.h
CCIntervalAction.h

Overview

Tints a CCNode that implements the CCNodeRGB protocol from current tint to a custom one.

Warning: This action doesn’t support “reverse”

Tasks

Class Methods

actionWithDuration:red:green:blue:

creates an action with duration and color

+ (id)actionWithDuration:(ccTime)duration red:(GLubyte)red green:(GLubyte)green blue:(GLubyte)blue

Declared In

CCActionInterval.h

Instance Methods

initWithDuration:red:green:blue:

initializes the action with duration and color

- (id)initWithDuration:(ccTime)duration red:(GLubyte)red green:(GLubyte)green blue:(GLubyte)blue

Declared In

CCActionInterval.h