C# 클래스 ThingM.Blink1.ColorProcessor.Hsl

Color in a Hue, Saturation and Luminance (HSL) format.
상속: IColorProcessor
파일 보기 프로젝트 열기: todbot/blink1

공개 메소드들

메소드 설명
Hsl ( ushort hue, ushort saturation, ushort luminance ) : System

Initializes a new instance of the Hsl class.

ToRgb ( ) : ThingM.Blink1.ColorProcessor.Rgb

Convert the color to the RGB format.

메소드 상세

Hsl() 공개 메소드

Initializes a new instance of the Hsl class.
public Hsl ( ushort hue, ushort saturation, ushort luminance ) : System
hue ushort /// The hue component of the color. ///
saturation ushort /// The saturation component of the color. ///
luminance ushort /// the lightness component of the color. ///
리턴 System

ToRgb() 공개 메소드

Convert the color to the RGB format.
public ToRgb ( ) : ThingM.Blink1.ColorProcessor.Rgb
리턴 ThingM.Blink1.ColorProcessor.Rgb