Skip to content

Push2.visualisation_settings

Classes

class VisualisationSettings(object)

Bases: object

Attributes

  • base_colors
  • shade1_colors
  • shade2_colors
  • shade3_colors
  • shade4_colors
  • shade5_colors
  • button_left = 4
  • light_left = 14
  • light_right = 100
  • button_right = 110
  • row_top = 1
  • body_top = 5
  • body_bottom = 15
  • row_bottom = 19
  • button_spacing = 121
  • row_spacing = 20
  • body_height
  • body_margin
  • button_light_margin
  • button_gap
  • row_height
  • row_gap
  • screen_width = 960
  • screen_height = 160
  • visualisation_left
  • visualisation_top

class VisualisationGuides(object)

Bases: object

_guide_x(index, origin_x, guide_type)

_guide_y(index, origin_y, guide_type)

button_left_x(index, origin_x)

light_left_x(index, origin_x)

light_right_x(index, origin_x)

button_right_x(index, origin_x)

row_top_y(index, origin_y)

body_top_y(index, origin_y)

body_bottom_y(index, origin_y)

row_bottom_y(index, origin_y)