Skip to content

llsRGB2Linear

function ll.sRGB2Linear(srgb: vector): vector

Converts a color from the sRGB to the linear colorspace.

Parameters
srgb (vector)
A color in the sRGB colorspace.

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.