1 + (id) layerWithColor:(ccColor4B)color 2 { 3 return [[(CCColorLayer*)[self alloc] initWithColor:color] autorelease]; 4 }