Public Member Functions | |
| (CPString) | - cssString [implementation] |
| (float) | - shadowBlurRadius [implementation] |
| (CPColor) | - shadowColor [implementation] |
| (CGSize) | - shadowOffset [implementation] |
Static Public Member Functions | |
| (id) | + shadowWithOffset:blurRadius:color: [implementation] |
Definition at line 32 of file CPShadow.j.
| - (CPString) cssString | [implementation] |
Returns a CSS string representation of the shadow.
Definition at line 97 of file CPShadow.j.
| - (float) shadowBlurRadius | [implementation] |
Returns the shadow's blur radius
Definition at line 81 of file CPShadow.j.
| - (CPColor) shadowColor | [implementation] |
Returns the shadow's color.
Definition at line 89 of file CPShadow.j.
| - (CGSize) shadowOffset | [implementation] |
Returns the shadow's offset.
Definition at line 73 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 48 of file CPShadow.j.
1.6.1