Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- JavaScript API Reference
- EO.Web
- EO.Web
- Objects
- AJAXPostedFile Object
- AJAXUploader Object
- Calendar Object
- Callback Object
- ColorPicker Object
- ColorPicker Object
- accept Method
- clear Method
- formatColor Method
- GetBlue Method
- getBrightness Method
- getC Method
- getGreen Method
- getHue Method
- getK Method
- getM Method
- getNearestColorName Method
- getNearestNamedColor Method
- getRed Method
- getSaturation Method
- getValue Method
- getY Method
- isEmpty Method
- setCmyk Method
- SetHsb Method
- setRgb Method
- setValue Method
- showPopup Method
- ComboBox Object
- Control Object
- Dialog Object
- Downloader Object
- EditableLabel Object
- Editor Object
- EventInfo Object
- FileExplorer Object
- FileExplorerHolder Object
- Floater Object
- Grid Object
- GridCell Object
- GridColumn Object
- GridItem Object
- ImageZoom Object
- ListBox Object
- ListBoxItem Object
- MaskedEdit Object
- MaskedEditSegment Object
- MenuItem Object
- MultiPage Object
- NavigationItem Object
- NavigationItemGroup Object
- Navigator Object
- NavigatorEventInfo Object
- ProgressBar Object
- RangeSlider Object
- Rating Object
- ScriptEvent Object
- Slide Object
- Slider Object
- SliderBase Object
- SpellChecker Object
- Splitter Object
- SplitterPane Object
- ToolBar Object
- ToolBarItem Object
- ToolTip Object
- TreeNode Object
- TreeView Object
- Global Functions
- Event Handlers
- EO.WebEngine
- EO.Web
ColorPicker Objects |
Client side representation of a ColorPicker control.
Base Object
ColorPicker
derives from
Control
and inherits all method provided by
Control.
Methods
Name | Description | |
---|---|---|
accept | Accepts the current selection and close the color picker popup. | |
clear | Clears the color picker value. | |
formatColor | Returns the string representation of the given color in the form of "#RRGGBB". | |
GetBlue | Get the blue component value (0 - 255). | |
getBrightness | Get brightness value (0 - 100). | |
getC | Get the cyan value (0 - 100). | |
getGreen | Get the green component value (0 - 255). | |
getHue | Get hue value (0 - 359). | |
getK | Get the black value (0 - 100). | |
getM | Get the magenta value (0 - 100). | |
getNearestColorName | Returns the name of the nearest named color. | |
getNearestNamedColor | Returns the nearest named color. | |
getRed | Get the red component value (0 - 255). | |
getSaturation | Get saturation value (0 - 100). | |
getValue | Gets the current value in web color format. For example, "#ff0000" as red. | |
getY | Get the yellow value (0 - 100). | |
isEmpty | Returns a value indicating whether the color picker contains an empty value. | |
setCmyk | Set the current color in CMYK format, all values are in percentage (0 - 100). | |
SetHsb | Set the current color in HSB format. | |
setRgb | Set the current color in RGB format. | |
setValue | Set the current color in web color format. For example, "#ff0000" as red. | |
showPopup | Displays the color picker popup. |