Home | Trees | Indices | Help |
---|
|
object --+ | LEDSprite
Allows the creation of a LED Sprite that is defined in a text file.
|
|||
|
|||
|
|||
|
|||
int |
|
||
|
|||
LEDSprite |
|
||
LEDSprite |
|
||
LEDSprite |
|
||
LEDSprite |
|
||
LEDSprite |
|
||
LEDSprite |
|
||
LEDSprite |
|
||
LEDSprite |
|
||
LEDSprite |
|
||
Inherited from |
|
|||
width | |||
height | |||
Inherited from |
|
Creates a LEDSprite object from the given .spr file or image file or creates an empty sprite of given height and width if filename == None.
|
Appends given sprite to the right of itself.
Note: height of given sprite must be <= to itself otherwise will be truncated |
Sets given color to given x and y coordinate in sprite
|
|
Saves sprite bitmap to given .spr file.
Note: It will truncate filename if it already exists. |
Rotates sprite at 90 degree intervals.
Note: If no angle given, will rotate sprite 90 degrees. |
Same as rotate only it returns a copy of the rotated sprite and does not affect the original.
|
Copies sprite
|
Inverts the sprite.
|
Same as invert only it returns a copy of the inverted sprite and does not affect the original.
|
Flips the sprite horizontally.
|
Same as flip_horizontal only it returns a copy of the flipped sprite and does not affect the original.
|
Flips the sprite vertically.
|
Same as flip_vertical only it returns a copy of the flipped sprite and does not affect the original.
|
|
width
|
height
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Nov 11 23:43:20 2014 | http://epydoc.sourceforge.net |