C# Class fCraft.ConfigGUI.ColorPicker.ColorPair

Show file Open project: GlennMR/800craft

Public Properties

Property Type Description
Background System.Drawing.Color
Foreground System.Drawing.Color

Public Methods

Method Description
ColorPair ( System foreground, System background ) : System.Collections.Generic

Method Details

ColorPair() public method

public ColorPair ( System foreground, System background ) : System.Collections.Generic
foreground System
background System
return System.Collections.Generic

Property Details

Background public property

public System.Drawing.Color Background
return System.Drawing.Color

Foreground public property

public System.Drawing.Color Foreground
return System.Drawing.Color