ll.sRGB2Linear (srgb: vector) -> vectorConverts a color from the sRGB to the linear colorspace.
ll.sRGB2Linear(vector(1,1,1))
{
"def": "func",
"desc": "Converts a color from the sRGB to the linear colorspace.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlsRGB2Linear",
"private": false,
"takesSelf": false,
"name": "sRGB2Linear",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "vector"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "srgb",
"desc": "A color in the sRGB colorspace.",
"type": [
{
"def": "simple",
"value": "vector"
}
],
"variadic": false,
"optional": false
}
]
}
]
}