class documentation

class PicowareAnimation:

Constructor: PicowareAnimation(draw)

View In Hierarchy

Class to draw "Picoware" animation

Method __del__ Clean up the letter animation state.
Method __init__ Initialize the Picoware animation.
Method draw Draw the animated 'Picoware' text.
Instance Variable animation_complete Undocumented
Instance Variable center_x Undocumented
Instance Variable center_y Undocumented
Instance Variable circle_max_radius Undocumented
Instance Variable circle_opacity Undocumented
Instance Variable circle_radius Undocumented
Instance Variable display Undocumented
Instance Variable frame_counter Undocumented
Instance Variable letter_states Undocumented
Instance Variable size Undocumented
Method _initialize_letter_animation Initialize the animation state for each letter in 'Picoware'.
Instance Variable _color Undocumented
def __del__(self):

Clean up the letter animation state.

def __init__(self, draw):

Initialize the Picoware animation.

Parameters
draw:DrawThe drawing context.
def draw(self):

Draw the animated 'Picoware' text.

animation_complete =

Undocumented

center_x =

Undocumented

center_y =

Undocumented

circle_max_radius: int =

Undocumented

circle_opacity =

Undocumented

circle_radius: int =

Undocumented

display =

Undocumented

frame_counter: int =

Undocumented

letter_states: list =

Undocumented

size =

Undocumented

def _initialize_letter_animation(self):

Initialize the animation state for each letter in 'Picoware'.

_color =

Undocumented