This method returns the current text color as a Color instance. The actual value is stored in
self.__textColor, but this is a private
attribute.
# - - - C o l o r R e a d o u t . t e x t C o l o r
def textColor ( self ):
"""Return self's current text color.
"""
return self.__textColor