lexonegit / Unity-Twitch-Chat

Lightweight and easy-to-use Twitch IRC client for Unity (C#)
Other
122 stars 24 forks source link

Implement native Twitch chat-like name colors #9

Closed lexonegit closed 1 year ago

lexonegit commented 1 year ago

Twitch allows you to set your name in any color (hex value) but some colors are adjusted so that they are readable. For example #000000 black is actually displayed as grey.

Another thing is random name colors, which are given to users that have not set their name color manually. The random colors seem to be session based.

So the goal is to implement a similar system but not 1:1