C# Class VisualThemeEditor2012.ThemeWriter

Show file Open project: bchavez/VisualThemeEditor2012 Class Usage Examples

Public Methods

Method Description
InjectColor ( Color fgColor, Color bgColor, Theme theme, Category category, ColorRecord colorRec ) : void

Private Methods

Method Description
WriteColor ( Color color, BinaryWriter bw ) : void

Method Details

InjectColor() public static method

public static InjectColor ( Color fgColor, Color bgColor, Theme theme, Category category, ColorRecord colorRec ) : void
fgColor Color
bgColor Color
theme Theme
category VisualThemeEditor2012.Domain.Category
colorRec VisualThemeEditor2012.Domain.ColorRecord
return void