Click or drag to resize

Palette Constructor (String, String)

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the Palette class.

Namespace:  Furcadia.Drawing.Graphics
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public Palette(
	string pcxPath,
	string fpath
)

Parameters

pcxPath
Type: SystemString
The PCX path.
fpath
Type: SystemString
The fpath.
Exceptions
ExceptionCondition
FurcadiaPaletteExceptionA 256-color palette was not found in file (" + pcxPath + ").
See Also