C# Класс Nintenlord.Forms.ColorHelpers

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

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

Метод Описание
GetAntiColor ( this color ) : Color
GetBrightness ( this color ) : int
ToHsv ( this color, int &Hue, int &Saturation, int &Value ) : void

Stolen from... somewhere. All credits go to there >_>.

ToRgb ( int Hue, int Saturation, int Value ) : Color

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

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

public static GetAntiColor ( this color ) : Color
color this
Результат Color

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

public static GetBrightness ( this color ) : int
color this
Результат int

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

Stolen from... somewhere. All credits go to there >_>.
public static ToHsv ( this color, int &Hue, int &Saturation, int &Value ) : void
color this
Hue int
Saturation int
Value int
Результат void

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

public static ToRgb ( int Hue, int Saturation, int Value ) : Color
Hue int
Saturation int
Value int
Результат Color