C# Класс ThingM.Blink1.ColorProcessor.Hsl

Color in a Hue, Saturation and Luminance (HSL) format.
Наследование: IColorProcessor
Показать файл Открыть проект

Открытые методы

Метод Описание
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