w2ui
Home
Get started
Demos
Docs
Blog
Support
Layout
Grid
Toolbar
Sidebar
Tabs
Form
Popup
Utilities
ver 1.3
ver 1.4
ver 1.5
ver 2.0
Utilities
Overview
Properties
Methods
Other
Events
Extending
w2utils.hsv2rgb
Converts HSV to RGB color definition
hsv2rgb(color)
color
object
Returns object.
Description
The
color
argument is an object, for example
w2utils.hsv2rgb({ h: 204, s: 67, v: 87, a: 1 })
Returns
{ r: 73, g: 164, b: 223, a: 1 }
See Also
parseColor
rgb2hsv
User Comments
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus