RGB color model
Which of the following is/are true?
- Color.Black is the same as Color.FromArgb(255,255,255)
- Color.Black is the same as Color.FromArgb(0.0.0)
- Color.Black is the same as RGB.Black
- Color.Black is the same as Color.FromArgb(black,black,black)
- None of the above
Explain your answer.