Java-Twirk
Java-Twirk copied to clipboard
TwitchUser getColor
Whenever I use the sender.getColor() method inside of onPrivMsg(TwitchUser sender, TwitchMessage message), it returns a number that is not a valid hex value
Do you got some examples?
The code for this part is dead simple: it just take whatever twitch sends us and assigns it to a field, so I'd be interested in what you see.
Whenever I use the
sender.getColor()method inside ofonPrivMsg(TwitchUser sender, TwitchMessage message), it returns a number that is not a valid hex value
The conversion from int to a hex code is String.format("#%06x", colorInt)