C# Class lw_common.hsl.HSL

Mostrar archivo Open project: jtorjo/logwizard

Public Properties

Property Type Description
Empty HSL

Public Methods

Method Description
Equals ( Object obj ) : bool
GetHashCode ( ) : int
HSL ( double h, double s, double l ) : System

Creates an instance of a HSL structure.

operator ( ) : bool

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

HSL() public method

Creates an instance of a HSL structure.
public HSL ( double h, double s, double l ) : System
h double Hue value.
s double Saturation value.
l double Lightness value.
return System

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Empty public_oe static_oe property

Gets an empty HSL structure;
public static HSL,lw_common.hsl Empty
return HSL