ColorSpace
Color space for player settings.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public enum ColorSpace
Remarks
This enum is used to indicate color space used in project (PlayerSettings.colorSpace) and sprite atlases (colorSpace).
Additional Resources: Linear and Gamma rendering, RenderTextureReadWrite.
Fields
Value | Description |
|---|---|
| Gamma | Gamma color space. |
| Linear | Linear color space. |
| Uninitialized | Uninitialized color space. |