C# Class MoreInternals.Model.HSLColorValue

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

Public Methods

Method Description
Bind ( Scope scope ) : Value
Equals ( object obj ) : bool
GetHashCode ( ) : int

Private Methods

Method Description
Evaluate ( ) : Value
HSLColorValue ( Value hue, Value saturation, Value lightness ) : System
ReferredToVariables ( ) : List
Write ( TextWriter output ) : void

Method Details

Bind() public method

public Bind ( Scope scope ) : Value
scope Scope
return Value

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int