This is a pass-through method that extracts the current
text color from the internal ColorReadout
widget. See Section 16.4, “ColorReadout.textColor(): Return the
current text color”.
# - - - A d j u s t e r . t e x t C o l o r
def textColor ( self ):
"""Return self's current text color.
"""
return self.__colorReadout.textColor()