Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


vertexColorAlwaysGammaSpace

Should the Canvas vertex color always be in gamma space before passing to the UI shaders in linear color space work flow.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.UIModule
public bool vertexColorAlwaysGammaSpace { get; set; }

Remarks

Keeping the Canvas vertex color in gamma space will allow the gamma to linear conversion to happen in UI shaders, where colors have higher precision. This enhances UI color precision in linear color space workflow, especially for darker colors. Buit-in UI shaders include gamma to linear conversion. However, in custom UI shaders, user needs to provide gamma to linear conversion.