CCLayerRGBA
CCLayerRGBA
Cocos2DInheritance: System.Object → Cocos2D.CCNode → Cocos2D.CCLayer
Implements: Cocos2D.ICCSelectorProtocol, Cocos2D.ICCFocusable, Cocos2D.ICCTargetedTouchDelegate, Cocos2D.ICCStandardTouchDelegate, Cocos2D.ICCTouchDelegate, Cocos2D.ICCKeypadDelegate, Cocos2D.ICCKeyboardDelegate, System.Collections.Generic.IComparer{Cocos2D.CCNode}, Cocos2D.ICCAccelerometerDelegate, Cocos2D.ICCRGBAProtocol
Constructors
CCLayerRGBA()
CCLayerRGBA()()Fields
_cascadeColorEnabled(System.Boolean)
_cascadeOpacityEnabled(System.Boolean)
_displayedColor(Cocos2D.CCColor3B)
_displayedOpacity(System.Byte)
_realColor(Cocos2D.CCColor3B)
_realOpacity(System.Byte)
Properties
CascadeColorEnabled(System.Boolean)
CascadeOpacityEnabled(System.Boolean)
Color(Cocos2D.CCColor3B)
DisplayedColor(Cocos2D.CCColor3B)
DisplayedOpacity(System.Byte)
IsOpacityModifyRGB(System.Boolean)
Opacity(System.Byte)
Methods
Init()
System.Boolean Init()()Returns:
System.BooleanExample
UpdateDisplayedColor(CCColor3B)
UpdateDisplayedColor(CCColor3B)(Cocos2D.CCColor3B parentColor)Parameters:
parentColor (Cocos2D.CCColor3B)Example
UpdateDisplayedOpacity(byte)
UpdateDisplayedOpacity(byte)(System.Byte parentOpacity)Parameters:
parentOpacity (System.Byte)Example