C# Класс Signum.Utilities.ColorExtensions

Показать файл Открыть проект

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

Метод Описание
FromHsv ( double h, double S, double V ) : Color
Interpolate ( this from, float ratio, Color to ) : Color
ToHtml ( this color ) : string
ToHtmlColor ( int value ) : string
TryToHtml ( this color ) : string

Приватные методы

Метод Описание
Clamp ( int i ) : int

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

FromHsv() публичный статический Метод

public static FromHsv ( double h, double S, double V ) : Color
h double
S double
V double
Результат Color

Interpolate() публичный статический Метод

public static Interpolate ( this from, float ratio, Color to ) : Color
from this
ratio float
to Color
Результат Color

ToHtml() публичный статический Метод

public static ToHtml ( this color ) : string
color this
Результат string

ToHtmlColor() публичный статический Метод

public static ToHtmlColor ( int value ) : string
value int
Результат string

TryToHtml() публичный статический Метод

public static TryToHtml ( this color ) : string
color this
Результат string