Commit 290af0c8 authored by Barry Warsaw's avatar Barry Warsaw

current_rgb(): New method

parent c590c6db
......@@ -33,5 +33,8 @@ class Switchboard:
def update_views_current(self):
self.update_views(self.__red, self.__green, self.__blue)
def current_rgb(self):
return self.__red, self.__green, self.__blue
def colordb(self):
return self.__colordb
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment