ColorTransition.colors
public ColorBlock colors { get; set; }Description#
Gets/Sets the colors to use
Usage#
Example
using NullSave.GDTK;using UnityEngine;using UnityEngine.UI;
public class Example : MonoBehaviour{
public void ExampleMethod(ColorTransition target) { ColorBlock result = target.colors; }
}