Click or drag to resize

Color Constructor

Overload List
  NameDescription
Public methodColor(Int32)
Initializes a new instance of the Color struct.
Public methodColor(UInt32)
Initializes a new instance of the Color struct.
Public methodColor(Byte, Byte, Byte)
Initializes a new instance of the Color struct.
Public methodColor(Int32, Int32, Int32)
Initializes a new instance of the Color struct.
Public methodColor(Single, Single, Single)
Initializes a new instance of the Color struct.
Public methodColor(Byte, Byte, Byte, Byte)
Initializes a new instance of the Color struct.
Public methodColor(Byte, Byte, Byte, Single)
Initializes a new instance of the Color struct.
Public methodColor(Int32, Int32, Int32, Int32)
Initializes a new instance of the Color struct.
Public methodColor(Single, Single, Single, Single)
Initializes a new instance of the Color struct.
Top
See Also