C# Class Longkong.ColorPicker.Controls.HsbColorSpace

HSB color space.
Inheritance: ColorSpace
Afficher le fichier Open project: Longkong/Pojjaman Class Usage Examples

Private Properties

Свойство Type Description
GetColor Color
InitializeComponent void
SetDefaultSelection void

Méthodes publiques

Méthode Description
HsbColorSpace ( ) : System

Constructor. Adds the color space components to the color space component collection.

Méthodes protégées

Méthode Description
UpdateValues ( IColorSpaceStructure m_csStructure ) : void

Updates the color space coordinate values.

Private Methods

Méthode Description
GetColor ( ) : Color

Converts the coordinates represented by this color space to its equivalent HEX representation.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SetDefaultSelection ( ) : void

Sets the default color space component.

Method Details

HsbColorSpace() public méthode

Constructor. Adds the color space components to the color space component collection.
public HsbColorSpace ( ) : System
Résultat System

UpdateValues() protected méthode

Updates the color space coordinate values.
protected UpdateValues ( IColorSpaceStructure m_csStructure ) : void
m_csStructure IColorSpaceStructure
Résultat void