C# 클래스 Sunny.UI.Options

Options for generating a random color.
파일 보기 프로젝트 열기: yhuse/SunnyUI

공개 메소드들

메소드 설명
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