C# Класс ARCed.Core.ColorHandler.HSV

Struct containing data for a color of the HSV color space.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
HSV ( int a, int h, int s, int v ) : System

Default constructor

ToString ( ) : string

Converts and returns the string representation of the object

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

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

Default constructor
public HSV ( int a, int h, int s, int v ) : System
a int Alpha value
h int Hue value
s int Saturation value
v int Value value
Результат System

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

Converts and returns the string representation of the object
public ToString ( ) : string
Результат string