C# Class MoreInternals.Model.HexSextupleColorValue

Inheritance: ColorValue
显示文件 Open project: kevin-montrose/More

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Parse ( string raw ) : HexSextupleColorValue

Private Methods

Method Description
Evaluate ( ) : Value
HexSextupleColorValue ( byte r, byte g, byte b ) : System
Write ( TextWriter output ) : void

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Parse() public static method

public static Parse ( string raw ) : HexSextupleColorValue
raw string
return HexSextupleColorValue