_G.ColorToHSV
From GMod Wiki
Revision as of 20:51, 11 November 2009 by Crazy Quebecer (Talk | contribs)
Function | |
Syntax |
_G.ColorToHSV( Color color ) Where is this used? |
Description: | |
Calculates the HSV color space equivalent of the input RGB color | |
Returns: | Number hue, Number saturation, Number value |
Part of Library: | Global Functions |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=G.ColorToHSV]G.ColorToHSV [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
Description | N/A | ||
---|---|---|---|
Used on | |||
Code |
| ||
Output | N/A |