|
__init__(self,
width=100,
height=100,
x=0,
y=0,
depth=0,
fb=None,
on=1,
image=None,
fname=None,
name=None,
icolor='black',
ifill='yellow',
centerorigin=0,
rotation=0.0,
contrast=1.0,
scale=1.0)
Sprite Object -- pype's main tool for graphics generation. |
source code
|
|
Inherited from ScaledSprite :
X ,
XY ,
Y ,
__del__ ,
__repr__ ,
alpha_aperture ,
alpha_gradient ,
alpha_gradient2 ,
asImage ,
asPhotoImage ,
blit ,
circle ,
circlefill ,
clear ,
clone ,
dim ,
displayim ,
fastblit ,
fill ,
hard_aperture ,
line ,
moveto ,
noise ,
off ,
on ,
rect ,
refresh ,
render ,
rmove ,
rotate ,
rotateCCW ,
rotateCW ,
save ,
save_alpha_pgm ,
save_ppm ,
scale ,
set_alpha ,
set_contrast ,
set_rotation ,
setdir ,
state ,
subimage ,
thresh ,
threshold ,
toggle
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|