UI.PushTint

static void PushTint(Color colorGamma)

All UI between PushTint and its matching PopTint will be tinted with this color. This is implemented by multiplying this color with the current color of the UI element. The default is a White (1,1,1,1) identity tint.

   
Color colorGamma A normal (gamma corrected) color value. This is internally converted to linear, so tint multiplication happens on linear color values.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!