mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
current_rgb(): New method
This commit is contained in:
parent
3d314390ab
commit
cd09867c57
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue