C# Класс Hourglass.Extensions.ColorExtensions

Provides utility methods for the Color struct.
Показать файл Открыть проект

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

Метод Описание
FromString ( string colorString ) : Color

Converts a string representation of a Color into a Color.

ToInt ( this color ) : int

Converts a Color to an int representation.

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

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

Converts a string representation of a Color into a Color.
public static FromString ( string colorString ) : Color
colorString string A representation of a .
Результат Color

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

Converts a Color to an int representation.
public static ToInt ( this color ) : int
color this A .
Результат int