MathfGammaToLinearSpaceOn this pageMathf.GammaToLinearSpace(number value) Converts the given value from gamma (sRGB) to linear color space. Parameters: NameTypeDescriptionvaluenumbervalue Returns: typeDescriptionnumberGiven value in Linear Space Usage ---@type numberlocal value;local val0 = Mathf:GammaToLinearSpace(value)