- CPShadow set.

This commit is contained in:
Alexander Ljungberg
2013-02-06 16:36:49 +00:00
parent 08ad614611
commit e376f97b46
+3
View File
@@ -63,8 +63,11 @@
return self;
}
- (void)set
{
var context = [[CPGraphicsContext currentContext] graphicsPort];
CGContextSetShadowWithColor(context, _offset, _blurRadius, _color);
}
/*!