All Classes Namespaces Functions Variables Properties Events
Public Member Functions | Static Public Member Functions | Public Attributes | Properties | List of all members
BlinkStickDotNet.HSLColor Struct Reference

Public Member Functions

 HSLColor (double hue, double saturation, double lightness)
 
 HSLColor (RgbColor color)
 
void FromRGB (RgbColor cc)
 
RgbColor ToRGB ()
 
override string ToString ()
 

Static Public Member Functions

static bool operator!= (HSLColor left, HSLColor right)
 
static bool operator== (HSLColor left, HSLColor right)
 

Public Attributes

double m_hue
 
double m_saturation
 
double m_lightness
 

Properties

double Hue [get, set]
 
double Saturation [get, set]
 
double Lightness [get, set]
 
RgbColor Color [get, set]
 

The documentation for this struct was generated from the following file: