C# Class ConfigTool.ColorPair

Afficher le fichier Open project: fragmer/fCraft

Méthodes publiques

Свойство Type Description
background Color
foreground Color

Méthodes publiques

Méthode Description
ColorPair ( Color _foreground, Color _background ) : System

Method Details

ColorPair() public méthode

public ColorPair ( Color _foreground, Color _background ) : System
_foreground Color
_background Color
Résultat System

Property Details

background public_oe property

public Color background
Résultat Color

foreground public_oe property

public Color foreground
Résultat Color