Has three overloads.

Overload List

  NameDescription
Public methodColor(Color)
Constructor for Color object
Public methodColor(Int32)
Initializes a new instance of the Color class
Public methodColor(Int32, Int32, Int32)
Constuctor for Color object.
Public methodColor(Single, Single, Single)
Constructor for Color object
Public methodColor(Int32, Int32, Int32, Int32)
Constuctor for Color object.
Public methodColor(Single, Single, Single, Single)
Constructor for Color object

See Also