Show / Hide Table of Contents

Class CalendarAppointment.HSL

Inheritance
Object
CalendarAppointment.HSL
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Web.UI.Controls
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class HSL

Constructors

HSL(Single, Single, Single)

Declaration
public HSL(float hue, float saturation, float luminance)
Parameters
Type Name Description
Single hue
Single saturation
Single luminance

Properties

Hue

Declaration
public float Hue { get; set; }
Property Value
Type Description
Single

Luminance

Declaration
public float Luminance { get; set; }
Property Value
Type Description
Single

RGB

Declaration
public Color RGB { get; }
Property Value
Type Description
Color

Saturation

Declaration
public float Saturation { get; set; }
Property Value
Type Description
Single

Methods

FromRGB(Byte, Byte, Byte)

Declaration
public static CalendarAppointment.HSL FromRGB(byte red, byte green, byte blue)
Parameters
Type Name Description
Byte red
Byte green
Byte blue
Returns
Type Description
CalendarAppointment.HSL

FromRGB(Color)

Declaration
public static CalendarAppointment.HSL FromRGB(Color c)
Parameters
Type Name Description
Color c
Returns
Type Description
CalendarAppointment.HSL
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top