How Many Embedded Colors Can I Add in A string?
#5

In the amount of embedded colors, there is no limit, the limit is in the string size. We all know that there's a limited string size to be displayed on the screen (somewhere around 144 characters), but the embedding code actually counts as more characters, just not seen in the screen as characters themselves.

Take this example:
"(ffffff)This is a white text."
"This is a white text".
The one in the bottom has lesser characters than the former, so if you add many colors it will eat up the character size, disallowing you to use too many real characters to be shown in the screen.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)