C# Class ConfigTool.ColorPicker.ColorPair

Show file Open project: fragmer/fCraft

Public Properties

Property Type Description
background System.Drawing.Color
foreground System.Drawing.Color

Public Methods

Method Description
ColorPair ( Color _foreground, Color _background ) : System.Collections.Generic

Method Details

ColorPair() public method

public ColorPair ( Color _foreground, Color _background ) : System.Collections.Generic
_foreground System.Drawing.Color
_background System.Drawing.Color
return System.Collections.Generic

Property Details

background public property

public Color,System.Drawing background
return System.Drawing.Color

foreground public property

public Color,System.Drawing foreground
return System.Drawing.Color