C# Class DamageTracker.GraphEngine

Draw live combat bar graphs in the main window
Afficher le fichier Open project: BryanHurst/Aion-DamageTracker Class Usage Examples

Méthodes publiques

Méthode Description
get_colormatrix ( Color c ) : System.Drawing.Imaging.ColorMatrix

Color matrix to color depending on damage output

paint_meter ( Graphics graphics, PaintEventArgs e, PictureBox Scene ) : void

Method Details

get_colormatrix() public static méthode

Color matrix to color depending on damage output
public static get_colormatrix ( Color c ) : System.Drawing.Imaging.ColorMatrix
c Color
Résultat System.Drawing.Imaging.ColorMatrix

paint_meter() public static méthode

public static paint_meter ( Graphics graphics, PaintEventArgs e, PictureBox Scene ) : void
graphics System.Drawing.Graphics
e PaintEventArgs
Scene System.Windows.Forms.PictureBox
Résultat void