C# Класс Netsy.DataModel.HsvColor

A color value as HSV (Hue, Saturation and Value)
Наследование: EtsyColor
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
HsvColor ( int hue, int saturation, int value ) : System.Globalization

Initializes a new instance of the HsvColor class from numeric values

HsvColor ( string value ) : System.Globalization

Initializes a new instance of the HsvColor class from a string value

ToString ( ) : string

Display for debug or for sending to server

Описание методов

HsvColor() публичный Метод

Initializes a new instance of the HsvColor class from numeric values
public HsvColor ( int hue, int saturation, int value ) : System.Globalization
hue int the hue of the color
saturation int the saturation of the color
value int the value of the color>
Результат System.Globalization

HsvColor() публичный Метод

Initializes a new instance of the HsvColor class from a string value
public HsvColor ( string value ) : System.Globalization
value string contains the full color value
Результат System.Globalization

ToString() публичный Метод

Display for debug or for sending to server
public ToString ( ) : string
Результат string