ll.Linear2sRGB(color: vector) : vector
Converts a color from the linear colorspace to sRGB.
ll.Linear2sRGB(vector(1,1,1))
{
"def": "func",
"desc": "Converts a color from the linear colorspace to sRGB.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlLinear2sRGB",
"name": "Linear2sRGB",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"vector"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "color",
"desc": "A color in the linear colorspace.",
"type": [
"vector"
],
"variadic": false,
"optional": false
}
]
}
]
}