Mathf.LinearToGammaSpace
public static float LinearToGammaSpace(float value);
Description 描述
Converts the given value from linear to gamma (sRGB) color space.
See Also: Linear and Gamma rendering, ColorSpace, GammaToLinearSpace.
Converts the given value from linear to gamma (sRGB) color space.
See Also: Linear and Gamma rendering, ColorSpace, GammaToLinearSpace.