Property | Type | Description | |
---|---|---|---|
ConvertToHex | string | ||
GetColor | Color | ||
InitializeComponent | void | ||
RgbColorSpace | System | ||
SetDefaultSelection | void |
Method | Description | |
---|---|---|
UpdateValues ( IColorSpaceStructure csStructure ) : void |
Updates the color space coordinate values.
|
Method | 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.
|
protected UpdateValues ( IColorSpaceStructure csStructure ) : void | ||
csStructure | IColorSpaceStructure | A IColorSpaceStructure object containing /// values that are to be mapped to the coordinates of this color /// space. |
return | void |