|
cocos2d-iphone
2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
|
#import <CCLayer.h>
Inheritance diagram for CCLayerRGBA:
Collaboration diagram for CCLayerRGBA:Public Member Functions | |
| (GLubyte) | - opacity |
Protected Attributes | |
| GLubyte | _displayedOpacity |
| GLubyte | _realOpacity |
| ccColor3B | _displayedColor |
| ccColor3B | _realColor |
| BOOL | _cascadeOpacityEnabled |
| BOOL | _cascadeColorEnabled |
CCLayerRGBA is a subclass of CCLayer that implements the CCRGBAProtocol protocol using a solid color as the background.
All features from CCLayer are valid, plus the following new features that propagate into children that conform to the CCRGBAProtocol: