ColorExtensions
interludesoftware.tick¶
Interlude.Tick¶
ColorExtensions Class¶
UnityEngine.Color helpers used across the Tick UI public surface and the bundled samples.
Inheritance System.Object → ColorExtensions
Methods¶
ColorExtensions.WithAlpha(this Color, float) Method¶
Returns a copy of color with the alpha channel replaced by alpha. The RGB channels are untouched.
Parameters¶
color UnityEngine.Color
alpha System.Single