Class CalendarAppointment.HSL
Inheritance
CalendarAppointment.HSL
Assembly: SuperOffice.CRMWeb.dll
Syntax
Constructors
HSL(Single, Single, Single)
Declaration
public HSL(float hue, float saturation, float luminance)
Parameters
Properties
Hue
Declaration
public float Hue { get; set; }
Property Value
Luminance
Declaration
public float Luminance { get; set; }
Property Value
RGB
Declaration
public Color RGB { get; }
Property Value
Saturation
Declaration
public float Saturation { get; set; }
Property Value
Methods
FromRGB(Byte, Byte, Byte)
Declaration
public static CalendarAppointment.HSL FromRGB(byte red, byte green, byte blue)
Parameters
Returns
FromRGB(Color)
Declaration
public static CalendarAppointment.HSL FromRGB(Color c)
Parameters
| Type |
Name |
Description |
| Color |
c |
|
Returns