Public Member Functions | |
(CGSize) | - shadowOffset [implementation] |
(float) | - shadowBlurRadius [implementation] |
(CPColor) | - shadowColor [implementation] |
(CPString) | - cssString [implementation] |
Static Public Member Functions | |
(id) | + shadowWithOffset:blurRadius:color: [implementation] |
Definition at line 30 of file CPShadow.j.
- (CPString) cssString | [implementation] |
Returns a CSS string representation of the shadow.
Definition at line 95 of file CPShadow.j.
- (float) shadowBlurRadius | [implementation] |
Returns the shadow's blur radius
Definition at line 79 of file CPShadow.j.
- (CPColor) shadowColor | [implementation] |
Returns the shadow's color.
Definition at line 87 of file CPShadow.j.
- (CGSize) shadowOffset | [implementation] |
Returns the shadow's offset.
Definition at line 71 of file CPShadow.j.
+ (id) shadowWithOffset: | (CGSize) | anOffset | ||
blurRadius: | (float) | aBlurRadius | ||
color: | (CPColor) | aColor | ||
[implementation] |
Creates a shadow with the specified attributes.
anOffset | the shadow's offset | |
aBlurRadius | the shadow's blur radius | |
aColor | the shadow's color |
Definition at line 46 of file CPShadow.j.