Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
ConfigTool
ColorPicker.ColorPair
C# Class ConfigTool.ColorPicker.ColorPair
Mostra 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_oe property
public
Color,System.Drawing
background
return
System.Drawing.Color
foreground
public_oe property
public
Color,System.Drawing
foreground
return
System.Drawing.Color