C# Class CLScriptExt.Color32

Show file Open project: lightszero/cslightcore Class Usage Examples

Public Properties

Property Type Description
a byte
b byte
g byte
r byte

Public Methods

Method Description
Color32 ( byte r, byte g, byte b, byte a ) : System
ToString ( ) : string

Method Details

Color32() public method

public Color32 ( byte r, byte g, byte b, byte a ) : System
r byte
g byte
b byte
a byte
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

a public property

public byte a
return byte

b public property

public byte b
return byte

g public property

public byte g
return byte

r public property

public byte r
return byte