C# Class fCraft.ConfigGUI.ColorPicker

Inheritance: System.Windows.Forms.Form
Show file Open project: GlennMR/800craft

Public Properties

Property Type Description
ColorIndex int
ColorPairs ColorPair>.Dictionary

Public Methods

Method Description
ColorPicker ( string title, int oldColorIndex ) : System.Collections.Generic

Private Methods

Method Description
ColorPicker ( ) : System.Collections.Generic

Method Details

ColorPicker() public method

public ColorPicker ( string title, int oldColorIndex ) : System.Collections.Generic
title string
oldColorIndex int
return System.Collections.Generic

Property Details

ColorIndex public property

public int ColorIndex
return int

ColorPairs public static property

public static Dictionary ColorPairs
return ColorPair>.Dictionary