Class ColorUtility
Methods
static Color Scale(Color color, float scale)
public static Color Scale(Color color, float scale)
static string RGBToHEX(Color color)
public static string RGBToHEX(Color color)
static bool TryParseHEXToRGB(string hexColor, Color color)
public static bool TryParseHEXToRGB(string hexColor, Color color)