ClipMask.Tint
Tint
The tint color applied to this UIBlock and its descendants.
The tint is applied multiplicatively: finalRenderedColor *= Tint
.
Adjust Tint.a
(alpha) to apply a fade. Set Tint
to Color.white
if no tint is desired.
Declaration
public UnityEngine.Color Tint { get; set; }