C# Class Longkong.ColorPicker.Controls.ColorSwatchXml

Reads and writes color swatch data.
Show file Open project: Longkong/Pojjaman Class Usage Examples

Private Methods

Method Description
ColorSwatchXml ( ) : System

Private constructor to prevent the compiler from automatically creating a default public constructor.

ReadSwatches ( string file, bool isResourceFile ) : ArrayList

Reads color swatches.

WriteSwatches ( string file, ArrayList colors ) : void

Writes custom color swatches to the file system.