API  1.0.0
CPShadow.h
Go to the documentation of this file.
1 
2 @interface CPShadow : CPObject
3 {
4  CGSize _offset // @accessors(property=shadowOffset);
5  float _blurRadius // @accessors(property=shadowBlurRadius);
6  CPColor _color // @accessors(property=shadowColor);
7 }
8 @end