cocos2d ccColor4B 错误

1 + (id) layerWithColor:(ccColor4B)color
2 {
3     return [[(CCColorLayer*)[self alloc] initWithColor:color] autorelease];
4 }
原文地址:https://www.cnblogs.com/sell/p/2861213.html