Esempio n. 1
0
 def __init__(self, lights):
     WorkerBase.__init__(self, lights)
     
     self.step = 20
     
     self.colors = []
     
     # Defining colors
     self.colors.append( (255, 000, 000) )
     self.colors.append( (000, 255, 000) )
     self.colors.append( (050, 050, 255) )
     self.colors.append( (255, 000, 255) )
     self.colors.append( (255, 255, 000) )
Esempio n. 2
0
 def __init__(self, lights):
     WorkerBase.__init__(self, lights)
Esempio n. 3
0
 def __init__(self, lights):
     WorkerBase.__init__(self, lights)
     self.colors = []
Esempio n. 4
0
 def __init__(self, lights, mode):
     WorkerBase.__init__(self, lights)
     self.helper = FnordHelper()
     self.mode = mode