C# Class SpriteTool.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Mostra file Open project: EraYaN/DaC

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
Conv4to8 ( uint a ) : uint
Conv8to1 ( uint a ) : uint
Conv8to4 ( uint a ) : uint
ConvRGBto8 ( Color c ) : uint
dropLabelMono_Drop ( object sender, System.Windows.DragEventArgs e ) : void
processFile ( string filename, string setname, StreamWriter sw, StreamWriter sw_h, StreamWriter sw_data, StreamWriter sw_data_h, bool firstfile = false ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System