C# Class ConfigTool.ColorPair

Exibir arquivo Open project: fragmer/fCraft

Public Properties

Property Type Description
background Color
foreground Color

Public Methods

Method Description
ColorPair ( Color _foreground, Color _background ) : System

Method Details

ColorPair() public method

public ColorPair ( Color _foreground, Color _background ) : System
_foreground Color
_background Color
return System

Property Details

background public_oe property

public Color background
return Color

foreground public_oe property

public Color foreground
return Color