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