Share via


HSBColor Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the HSBColor class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method HSBColor(Color) Initializes a new instance of the HSBColor class with the specified color parameter.
Public method HSBColor(Single, Single, Single) Initializes a new instance of the HSBColor class with the specified hue, staturation, and brightness parameters.
Public method HSBColor(Int32, Single, Single, Single) Initializes a new instance of the HSBColor class with the specified alpha, hue, saturation, and brightness parameters.

Top