MCPcopy Create free account
hub / github.com/PageBot/PageBot / setShadow

Method setShadow

Lib/pagebot/contexts/flatcontext/flatcontext.py:1206–1208  ·  view source on GitHub ↗

Sets the DrawBot graphics state for shadow if all parameters are set.

(self, eShadow)

Source from the content-addressed store, hash-verified

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)

Callers 3

buildFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected