// Assembly: UnityEngine.CoreModule
// Full name: UnityEngine.Color

namespace UnityEngine
{
public class Color // TypeDefIndex: 8771
{
	// Fields
	type#26063 r;
	type#26063 g;
	type#26063 b;
	type#26063 a;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#26059 r, type#26059 g, type#26059 b, type#26059 a) { }
	// RVA: -1
	public type#28660 .ctor(type#26059 r, type#26059 g, type#26059 b) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	public virtual type#26576 ToString(type#26576 format, type#20119 formatProvider) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 other) { }
	// RVA: -1
	public virtual type#15313 Equals(type#16067 other) { }
	// RVA: -1
	public static type#16067 op_Addition(type#16067 a, type#16067 b) { }
	// RVA: -1
	public static type#16067 op_Subtraction(type#16067 a, type#16067 b) { }
	// RVA: -1
	public static type#16067 op_Multiply(type#16067 a, type#16067 b) { }
	// RVA: -1
	public static type#16067 op_Multiply(type#16067 a, type#26059 b) { }
	// RVA: -1
	public static type#16067 op_Multiply(type#26059 b, type#16067 a) { }
	// RVA: -1
	public static type#15313 op_Equality(type#16067 lhs, type#16067 rhs) { }
	// RVA: -1
	public static type#15313 op_Inequality(type#16067 lhs, type#16067 rhs) { }
	// RVA: -1
	public static type#16067 Lerp(type#16067 a, type#16067 b, type#26059 t) { }
	// RVA: -1
	public static type#16067 LerpUnclamped(type#16067 a, type#16067 b, type#26059 t) { }
	// RVA: -1
	internal type#16067 RGBMultiplied(type#26059 multiplier) { }
	// RVA: -1
	public static type#16067 get_red() { }
	// RVA: -1
	public static type#16067 get_green() { }
	// RVA: -1
	public static type#16067 get_blue() { }
	// RVA: -1
	public static type#16067 get_white() { }
	// RVA: -1
	public static type#16067 get_black() { }
	// RVA: -1
	public static type#16067 get_yellow() { }
	// RVA: -1
	public static type#16067 get_cyan() { }
	// RVA: -1
	public static type#16067 get_magenta() { }
	// RVA: -1
	public static type#16067 get_gray() { }
	// RVA: -1
	public static type#16067 get_grey() { }
	// RVA: -1
	public static type#16067 get_clear() { }
	// RVA: -1
	public type#16067 get_linear() { }
	// RVA: -1
	public type#26059 get_maxColorComponent() { }
	// RVA: -1
	public static type#28494 op_Implicit(type#16067 c) { }
	// RVA: -1
	public static type#16067 op_Implicit(type#28494 v) { }
}
}
