blob: 33beba53b4465086b65820d42de8b8ae151f8086 [file] [log] [blame]
{ "type": "method",
"qname": "org.apache.royale.utils.rgbToHsv",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Converts RGB values to HSV values.",
"tags": [
{ "tagName": "param",
"values": ["r: A uint from 0 to 255 representing the red value.", "g: A uint from 0 to 255 representing the green value.", "b: A uint from 0 to 255 representing the blue value."]},
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.6"]},
{ "tagName": "return",
"values": ["Returns an HSV object with the properties h, s, and v defined."]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "org.apache.royale.utils.HSV",
"params": [{ "name": "r", "type": "uint"},
{ "name": "g", "type": "uint"},
{ "name": "b", "type": "uint"}]}