Add optional return argument for text_to_color

Closed Daniel Brötzmann requested to merge wurstsalat/python-nbxmpp:text-color-int into master

Adds an optional argument to return an rgb(int, int, int) string instead of a tuple of rgb floats.

Merge request reports