C# Class ColorKey, Pharos

Inheritance: System.IComparable
Afficher le fichier Open project: rstaewen/Pharos Class Usage Examples

Méthodes publiques

Свойство Type Description
Color Color
t float

Méthodes publiques

Méthode Description
ColorKey ( float age, Color color ) : System.Collections
CompareTo ( object obj ) : int

Method Details

ColorKey() public méthode

public ColorKey ( float age, Color color ) : System.Collections
age float
color Color
Résultat System.Collections

CompareTo() public méthode

public CompareTo ( object obj ) : int
obj object
Résultat int

Property Details

Color public_oe property

Color of this key
public Color Color
Résultat Color

t public_oe property

Time in percent
public float t
Résultat float