ll.sRGB2Linear(srgb: vector) : vector
Converts 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,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlsRGB2Linear",
"name": "sRGB2Linear",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"vector"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "srgb",
"desc": "A color in the sRGB colorspace.",
"type": [
"vector"
],
"variadic": false,
"optional": false
}
]
}
]
}