public static string ToHex(Color color, bool includeAlpha = false) { return color.ToHex(includeAlpha); }