Show / Hide Table of Contents

Struct VertexGradient

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
Namespace: TMPro
Assembly: HollowKnight.dll
Syntax
[Serializable]
public struct VertexGradient

Constructors

| Edit this page View Source

VertexGradient(Color)

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

VertexGradient(Color, Color, Color, Color)

Declaration
public VertexGradient(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
☀
☾