Sets the DrawBot graphics state for shadow if all parameters are set.
(self, eShadow)
| 1204 | # S H A D O W & G R A D I E N T |
| 1205 | |
| 1206 | def setShadow(self, eShadow): |
| 1207 | """Sets the DrawBot graphics state for shadow if all parameters are |
| 1208 | set.""" |
| 1209 | |
| 1210 | def setGradient(self, gradient, origin, w, h): |
| 1211 | wpt, hpt = upt(w, h) |
no outgoing calls
no test coverage detected