What's new

.NET Se7enSins RGB BBcode color randomizer C#

Professional

Professional

Admin
Administrator
Hidden Devils
Programmer Bug Finder Supreme Bounty Hunter
Messages
6,164
Reaction score
5,180
Points
2,112
Sin$
1,337
Here is the code to my color changer bruh
C#:
foreach (string Line in richTextBox1.Lines)
            {
                try
                {
                    foreach (char ch in Line)
                    Debug.AppendText($"[COLOR=rgb({rand.Next(256)}, {rand.Next(256)}, {rand.Next(256)})]{ch}[/COLOR]");
                    Debug.AppendText($"\n");
                }
                catch { }
            }
 
Operating System
  1. Windows
Top Bottom
Login
Register