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.