Version: 2022.2
언어: 한국어
public bool isDataSRGB ;

설명

Returns true if the texture pixel data is in sRGB color space (Read Only).

This property describes whether the texture pixel data on disk, CPU memory, and GPU memory is in sRGB color space. Use GraphicsFormatUtility.IsSRGBFormat with Texture.graphicsFormat to check the GPU texture color space, which determines how Unity samples the pixel data on the GPU.

See Also: Linear and Gamma rendering.