llsRGB2Linear
function ll.sRGB2Linear(srgb: vector): vectorConverts a color from the sRGB to the linear colorspace.
Parameters
-
srgb(vector) - A color in the sRGB colorspace.
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.sRGB2Linear().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llsRGB2Linear