C# Class Sunny.UI.Options

Options for generating a random color.
Afficher le fichier Open project: yhuse/SunnyUI

Méthodes publiques

Méthode Description
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.

Method Details

Options() public méthode

Creates a new instance using default values.
public Options ( ) : System
Résultat System

Options() public méthode

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.
Résultat System