TSLab API Docs  1
TSLab.Script.AlphaColor Struct Reference
Inheritance diagram for TSLab.Script.AlphaColor:

Public Member Functions

 AlphaColor (int value)
 
 AlphaColor (uint value)
 
 AlphaColor (Color value)
 
 AlphaColor (byte r, byte g, byte b)
 
 AlphaColor (byte a, byte r, byte g, byte b)
 
 AlphaColor (string value)
 
override int GetHashCode ()
 
override bool Equals (object other)
 
bool Equals (AlphaColor other)
 
override string ToString ()
 

Static Public Member Functions

static bool operator== (AlphaColor a, AlphaColor b)
 
static bool operator!= (AlphaColor a, AlphaColor b)
 
static implicit operator AlphaColor (int value)
 
static implicit operator AlphaColor (uint value)
 
static implicit operator AlphaColor (Color value)
 
static implicit operator int (AlphaColor value)
 

Properties

byte A [get]
 
byte R [get]
 
byte G [get]
 
byte B [get]