C# Class ConfigTool.ChatPreview.ColorPair

Show file Open project: fragmer/fCraft

Public Properties

Property Type Description
Foreground System.Drawing.Brush

Public Methods

Method Description
ColorPair ( int r, int g, int b, int sr, int sg, int sb ) : System

Method Details

ColorPair() public method

public ColorPair ( int r, int g, int b, int sr, int sg, int sb ) : System
r int
g int
b int
sr int
sg int
sb int
return System

Property Details

Foreground public property

public Brush,System.Drawing Foreground
return System.Drawing.Brush