Class CCTintBy

#include <Geode/cocos/actions/CCActionInterval.h>
classCCTintBy:publiccocos2d::CCActionInterval{ ... }

Since v0.7.2

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

Examples0
Public static methods1
staticcocos2d::CCTintBy*create(
floatduration
,
GLshortdeltaRed
,
GLshortdeltaGreen
,
GLshortdeltaBlue
)

creates an action with duration and color

Public member functions5
boolinitWithDuration(
floatduration
,
GLshortdeltaRed
,
GLshortdeltaGreen
,
GLshortdeltaBlue
)

initializes the action with duration and color

virtualcocos2d::CCObject*copyWithZone()
No description provided
virtualvoidstartWithTarget()
No description provided
virtualvoidupdate(
floattime
)
No description provided
virtualcocos2d::CCActionInterval*reverse()
No description provided
Fields6
GLshortm_deltaR
;
No description provided
GLshortm_deltaG
;
No description provided
GLshortm_deltaB
;
No description provided
GLshortm_fromR
;
No description provided
GLshortm_fromG
;
No description provided
GLshortm_fromB
;
No description provided
Protected member functions0
Protected fields0