C# Class SharpOSC.RGBA

Afficher le fichier Open project: ValdemarOrn/SharpOSC Class Usage Examples

Méthodes publiques

Свойство Type Description
A byte
B byte
G byte
R byte

Méthodes publiques

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

Method Details

Equals() public méthode

public Equals ( System obj ) : bool
obj System
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

RGBA() public méthode

public RGBA ( byte red, byte green, byte blue, byte alpha ) : System
red byte
green byte
blue byte
alpha byte
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

A public_oe property

public byte A
Résultat byte

B public_oe property

public byte B
Résultat byte

G public_oe property

public byte G
Résultat byte

R public_oe property

public byte R
Résultat byte