C# Class BlinkStickDotNet.HSLColor

Show file Open project: arvydas/BlinkStickDotNet

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
HSLColor ( RgbColor color ) : System
HSLColor ( double hue, double saturation, double lightness ) : System
ToString ( ) : string
operator ( ) : bool

Private Methods

Method Description
FromRGB ( RgbColor cc ) : void
ToRGB ( ) : RgbColor

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

HSLColor() public method

public HSLColor ( RgbColor color ) : System
color RgbColor
return System

HSLColor() public method

public HSLColor ( double hue, double saturation, double lightness ) : System
hue double
saturation double
lightness double
return System

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool