C# Класс Sunny.UI.Options

Options for generating a random color.
Показать файл Открыть проект

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

Метод Описание
Options ( ) : System

Creates a new instance using default values.

Options ( ColorScheme scheme, Luminosity luminosity ) : System

Creates a new instance with the given color scheme and luminosity range.

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

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

Creates a new instance using default values.
public Options ( ) : System
Результат System

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

Creates a new instance with the given color scheme and luminosity range.
public Options ( ColorScheme scheme, Luminosity luminosity ) : System
scheme ColorScheme The color scheme to use when generating the color.
luminosity Luminosity The luminosity range to use when generating the color.
Результат System