C# Class CrossStitchCreator.DMCColourMap

Inheritance: SimpleColourMap
Datei anzeigen Open project: adrianj/CrossStitchCreator Class Usage Examples

Public Methods

Method Description
Clone ( ) : IColourMap
DMCColourMap ( ) : System

Initialises the colour map from a filename pointing to the .csv file with RGB values listed.

DMCColourMap ( bool createEmpty ) : System

Private Methods

Method Description
parse ( string s ) : int

Method Details

Clone() public method

public Clone ( ) : IColourMap
return IColourMap

DMCColourMap() public method

Initialises the colour map from a filename pointing to the .csv file with RGB values listed.
public DMCColourMap ( ) : System
return System

DMCColourMap() public method

public DMCColourMap ( bool createEmpty ) : System
createEmpty bool
return System