Show / Hide Table of Contents

Class TMP_ColorGradient

Inheritance
object
Object
ScriptableObject
TMP_ColorGradient
Inherited Members
ScriptableObject.SetDirty()
ScriptableObject.CreateInstance(string)
ScriptableObject.CreateInstance(Type)
ScriptableObject.CreateInstance<T>()
Namespace: TMPro
Assembly: HollowKnight.dll
Syntax
[Serializable]
public class TMP_ColorGradient : ScriptableObject

Constructors

| Edit this page View Source

TMP_ColorGradient()

Declaration
public TMP_ColorGradient()
| Edit this page View Source

TMP_ColorGradient(Color)

Declaration
public TMP_ColorGradient(Color color)
Parameters
Type Name Description
Color color
| Edit this page View Source

TMP_ColorGradient(Color, Color, Color, Color)

Declaration
public TMP_ColorGradient(Color color0, Color color1, Color color2, Color color3)
Parameters
Type Name Description
Color color0
Color color1
Color color2
Color color3

Fields

| Edit this page View Source

bottomLeft

Declaration
public Color bottomLeft
Field Value
Type Description
Color
| Edit this page View Source

bottomRight

Declaration
public Color bottomRight
Field Value
Type Description
Color
| Edit this page View Source

topLeft

Declaration
public Color topLeft
Field Value
Type Description
Color
| Edit this page View Source

topRight

Declaration
public Color topRight
Field Value
Type Description
Color

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾