// Assembly: Unity.TextMeshPro
// Full name: TMPro.ColorTween

namespace TMPro
{
public class ColorTween // TypeDefIndex: 9394
{
	// Fields
	type#30518 m_Target;
	type#16068 m_StartColor;
	type#16068 m_TargetColor;
	type#30520 m_TweenMode;
	type#26060 m_Duration;
	type#15314 m_IgnoreTimeScale;

	// Methods
	// RVA: -1
	public type#16067 get_startColor() { }
	// RVA: -1
	public type#28660 set_startColor(type#16067 value) { }
	// RVA: -1
	public type#16067 get_targetColor() { }
	// RVA: -1
	public type#28660 set_targetColor(type#16067 value) { }
	// RVA: -1
	public type#30519 get_tweenMode() { }
	// RVA: -1
	public type#28660 set_tweenMode(type#30519 value) { }
	// RVA: -1
	public virtual type#26059 get_duration() { }
	// RVA: -1
	public type#28660 set_duration(type#26059 value) { }
	// RVA: -1
	public virtual type#15313 get_ignoreTimeScale() { }
	// RVA: -1
	public type#28660 set_ignoreTimeScale(type#15313 value) { }
	// RVA: -1
	public virtual type#28660 TweenValue(type#26059 floatPercentage) { }
	// RVA: -1
	public type#28660 AddOnChangedCallback(type#10958 callback) { }
	// RVA: -1
	public type#15313 GetIgnoreTimescale() { }
	// RVA: -1
	public type#26059 GetDuration() { }
	// RVA: -1
	public virtual type#15313 ValidTarget() { }
}
}
