C# Class NSMBe4.FilePalette

Inheritance: NSMBe4.Palette
Mostrar archivo Open project: Dirbaio/NSMB-Editor Class Usage Examples

Public Methods

Method Description
FilePalette ( NSMBe4.DSFileSystem.File f ) : System
FilePalette ( NSMBe4.DSFileSystem.File f, string name ) : System
ToString ( ) : string
arrayToPalette ( byte data ) : Color[]
beginEdit ( ) : void
endEdit ( ) : void
save ( ) : void

Method Details

FilePalette() public method

public FilePalette ( NSMBe4.DSFileSystem.File f ) : System
f NSMBe4.DSFileSystem.File
return System

FilePalette() public method

public FilePalette ( NSMBe4.DSFileSystem.File f, string name ) : System
f NSMBe4.DSFileSystem.File
name string
return System

ToString() public method

public ToString ( ) : string
return string

arrayToPalette() public static method

public static arrayToPalette ( byte data ) : Color[]
data byte
return Color[]

beginEdit() public method

public beginEdit ( ) : void
return void

endEdit() public method

public endEdit ( ) : void
return void

save() public method

public save ( ) : void
return void