Class cc.NodeRGBA

Class Summary
Constructor Attributes Constructor Name and Description
 

cc.NodeRGBA is a subclass of cc.Node that implements the CCRGBAProtocol protocol.

Method Summary

Class Detail

cc.NodeRGBA()

cc.NodeRGBA is a subclass of cc.Node that implements the CCRGBAProtocol protocol.

All features from CCNode are valid, plus the following new features:
- opacity
- RGB colors

Opacity/Color propagates into children that conform to the CCRGBAProtocol if cascadeOpacity/cascadeColor is enabled.