C# Class SharpOSC.RGBA

Show file Open project: ValdemarOrn/SharpOSC Class Usage Examples

Public Properties

Property Type Description
A byte
B byte
G byte
R byte

Public Methods

Method Description
Equals ( System obj ) : bool
GetHashCode ( ) : int
RGBA ( byte red, byte green, byte blue, byte alpha ) : System
operator ( ) : bool

Method Details

Equals() public method

public Equals ( System obj ) : bool
obj System
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

RGBA() public method

public RGBA ( byte red, byte green, byte blue, byte alpha ) : System
red byte
green byte
blue byte
alpha byte
return System

operator() public static method

public static operator ( ) : bool
return bool

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