ColorString Constructor (String)

Furcadia Framework

ColorString Constructor (String)

Furcadia Framework For Third Party Programs
This stuff is still in the planning stages. Any questions or Comments are welcome.

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

Constructor with Base220 encoded ColorStrinhg

Namespace:  Furcadia.Movement
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax

public ColorString(
	string Colors
)
Public Sub New ( 
	Colors As String
)

Dim Colors As String

Dim instance As New ColorString(Colors)
public:
ColorString(
	String^ Colors
)
new : 
        Colors : string -> ColorString

Parameters

Colors
Type: SystemString
Color String in legacy "t" format or new "w" format
See Also

Reference