C# Class lw_common.hsl.RGB

RGB structure.
Afficher le fichier Open project: jtorjo/logwizard

Méthodes publiques

Свойство Type Description
Empty RGB

Méthodes publiques

Méthode Description
Equals ( Object obj ) : bool
GetHashCode ( ) : int
RGB ( int R, int G, int B ) : System
operator ( ) : bool

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

RGB() public méthode

public RGB ( int R, int G, int B ) : System
R int
G int
B int
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Empty public_oe static_oe property

Gets an empty RGB structure;
public static RGB,lw_common.hsl Empty
Résultat RGB