C# Class MoreInternals.Model.HexTripleColorValue

Inheritance: ColorValue
Afficher le fichier Open project: kevin-montrose/More

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Parse ( string raw ) : HexTripleColorValue

Private Methods

Méthode Description
Evaluate ( ) : Value
HexTripleColorValue ( byte r, byte g, byte b ) : System
Write ( TextWriter output ) : void

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

Parse() public static méthode

public static Parse ( string raw ) : HexTripleColorValue
raw string
Résultat HexTripleColorValue