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

namespace UnityEngine
{
public class Color32 // TypeDefIndex: 8772
{
	// Fields
	type#20868 rgba;
	type#15459 r;
	type#15459 g;
	type#15459 b;
	type#15459 a;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#15455 r, type#15455 g, type#15455 b, type#15455 a) { }
	// RVA: -1
	public static type#16085 op_Implicit(type#16067 c) { }
	// RVA: -1
	public static type#16067 op_Implicit(type#16085 c) { }
	// 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#16085 other) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	public virtual type#26576 ToString(type#26576 format, type#20119 formatProvider) { }
}
}
