Property | Type | Description | |
---|---|---|---|
GetColor | Color | ||
ResetComponents | void | ||
SetDefaultSelection | void |
Method | Description | |
---|---|---|
ChangeCurrentlySelectedComponent ( |
Changes the currently selected color space component.
|
|
ColorSpace ( ) : System |
Constructor.
|
|
ComponentSelected ( |
Handles the ComponentSelected event that the ColorSpaceComponent raises.
|
|
ComponentTextKeyUp ( |
Handles the ComponentTextKeyUp event that the ColorSpaceComponent raises.
|
|
OnComponentValueChanged ( |
Raises the ComponentValueChanged event.
|
|
OnSelectedComponentChanged ( |
Raises the SelectedComponentChanged event.
|
|
UpdateValues ( IColorSpaceStructure csStructure ) : void |
Updates the color space coordinate values.
|
Method | Description | |
---|---|---|
GetColor ( ) : Color |
Returns a Color object representing the color that the color space's coordinates represent.
|
|
ResetComponents ( ) : void |
Sets the selected property of the color space components to false.
|
|
SetDefaultSelection ( ) : void |
Sets the default selected component.
|
protected ChangeCurrentlySelectedComponent ( |
||
component | A ColorSpaceComponent representing the /// component that is to be set as the selected component. | |
return | void |
protected ComponentSelected ( |
||
sender | The ColorSpaceComponent that raised the event. | |
e | An EventArgs containing the event data. | |
return | void |
protected ComponentTextKeyUp ( |
||
sender | The ColorSpaceComponent that raised the event. | |
e | An EventArgs containing the event data. | |
return | void |
protected OnComponentValueChanged ( |
||
e | An EventArgs containing event data. | |
return | void |
protected OnSelectedComponentChanged ( |
||
e | An EventArgs containing event data. | |
return | void |
protected abstract UpdateValues ( IColorSpaceStructure csStructure ) : void | ||
csStructure | IColorSpaceStructure | A IColorSpaceStructure object containing /// the coordinate values that the color space is to be updated with. |
return | void |