On this pageStatsAndEffects.colorpublic Color color { get; set; }CopyDescription#Color associated with this objectUsage#Exampleusing NullSave.GDTK.Statsusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(StatsAndEffects target) { Color result = target.color; } }Copy