_G.ColorToHSV
From GMod Wiki
| 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 |