#import <Transition.h>
Inherits TransitionScene.

Public Member Functions | |
| (id) | - initWithDuration:scene:withColorRGB: |
Static Public Member Functions | |
| (id) | + transitionWithDuration:scene:withColorRGB: |
initializes the transition with a duration and with an RGB color
| + (id) transitionWithDuration: | (ccTime) | duration | ||
| scene: | (Scene *) | scene | ||
| withColorRGB: | (unsigned int) | rgb | ||
creates the transition with a duration and with an RGB color Example: [FadeTransition transitionWithDuration:2 scene:s withColorRGB:0xff0000]; // red color
1.5.8