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.

Tasks

Class Methods

actionWithDuration:red:green:blue:

creates an action with duration and color

+ (id)actionWithDuration:(ccTime)duration red:(GLshort)deltaRed green:(GLshort)deltaGreen blue:(GLshort)deltaBlue

Declared In

CCActionInterval.h

Instance Methods

initWithDuration:red:green:blue:

initializes the action with duration and color

- (id)initWithDuration:(ccTime)duration red:(GLshort)deltaRed green:(GLshort)deltaGreen blue:(GLshort)deltaBlue

Declared In

CCActionInterval.h