C# Class Sunny.UI.Options

Options for generating a random color.
显示文件 Open project: yhuse/SunnyUI

Public Methods

Method 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 method

Creates a new instance using default values.
public Options ( ) : System
return System

Options() public method

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.
return System