Riwmorld
Verse.ColorInt Struct Reference
Inheritance diagram for Verse.ColorInt:

Public Member Functions

 ColorInt (int r, int g, int b)
 
 ColorInt (int r, int g, int b, int a)
 
 ColorInt (Color32 col)
 
void ClampToNonNegative ()
 
override bool Equals (object o)
 
bool Equals (ColorInt other)
 
override int GetHashCode ()
 

Static Public Member Functions

static ColorInt operator+ (ColorInt colA, ColorInt colB)
 
static ColorInt operator+ (ColorInt colA, Color32 colB)
 
static ColorInt operator/ (ColorInt a, int b)
 
static ColorInt operator/ (ColorInt a, float b)
 
static bool operator== (ColorInt a, ColorInt b)
 
static bool operator!= (ColorInt a, ColorInt b)
 
static ColorInt operator* (ColorInt a, int b)
 
static ColorInt operator* (ColorInt a, float b)
 
static ColorInt operator- (ColorInt a, ColorInt b)
 

Public Attributes

int r
 
int g
 
int b
 
int a
 

Properties

Color ToColor [get]
 
Color32 ToColor32 [get]
 

The documentation for this struct was generated from the following file: