Joe Wilson

Joe Wilson

  • NA
  • 7.8k
  • 416.1k

How can I manually change the color of background and text ?

Oct 7 2015 1:39 AM
I mean  I want to make a windows form in c# like this:
 
 
     this is my form 
 
 
color:                    color number (0 - 255) (for example if all of the color number get 0 except green the text will be green and the contrast color (red) will be background color)
 
  
    green                  255
 
    blue                    0                                                             Text 
 
    red                      0
 
 
please guide me to implement it in windows form. 

Answers (9)