M_Furcadia_Drawing_Graphics_Palette__ctor_1 - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
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 43
C#
public Palette(
string pcxPath,
string fpath
)
VB
Public Sub New (
pcxPath As String,
fpath As String
)
VB Usage
Dim pcxPath As String
Dim fpath As String
Dim instance As New Palette(pcxPath,
fpath)
C++
public:
Palette(
String^ pcxPath,
String^ fpath
)
F#
new :
pcxPath : string *
fpath : string -> Palette
- pcxPath
- Type: System.String
[Missing documentation for "M:Furcadia.Drawing.Graphics.Palette.#ctor(System.String,System.String)"] - fpath
- Type: System.String
[Missing documentation for "M:Furcadia.Drawing.Graphics.Palette.#ctor(System.String,System.String)"]
Palette Class
Palette Overload
Furcadia.Drawing.Graphics Namespace