00001 00002 @interface CPShadow : CPObject 00003 { 00004 CPSize _offset; 00005 float _blurRadius; 00006 CPColor _color; 00007 00008 CPString _cssString; 00009 } 00010 @end