C# Class Longkong.ColorPicker.Controls.RgbColorSpace

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

Private Properties

Свойство Type Description
ConvertToHex string
GetColor Color
InitializeComponent void
RgbColorSpace System
SetDefaultSelection void

Méthodes protégées

Méthode Description
UpdateValues ( IColorSpaceStructure csStructure ) : void

Updates the color space coordinate values.

Private Methods

Méthode Description
ConvertToHex ( ) : string

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

GetColor ( ) : Color

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

InitializeComponent ( ) : void

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

RgbColorSpace ( ) : System

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

SetDefaultSelection ( ) : void

Sets the default color space component.

Method Details

UpdateValues() protected méthode

Updates the color space coordinate values.
protected UpdateValues ( IColorSpaceStructure csStructure ) : void
csStructure IColorSpaceStructure A IColorSpaceStructure object containing /// values that are to be mapped to the coordinates of this color /// space.
Résultat void