RgbColor Constructor

Initializes a new instance of the RgbColor class.

Overload List

Name Description
Public method RgbColor()

Initializes a new instance of the RgbColor class.

Public method RgbColor(Color)

Initializes a new instance of the RgbColor class with the specified color.

Public method RgbColor(Byte, Byte, Byte)

Initializes a new instance of the RgbColor class with the specified channel values.

Public method RgbColor(Byte, Byte, Byte, Byte)

Initializes a new instance of the RgbColor class with the specified channel values.

See Also

Reference