Furcadia Framework For Third Party Programs
ColorString Class |
[This is preliminary documentation and is subject to change.]
Furcadia (v31) Color string format.
Inheritance Hierarchy
Namespace: Furcadia.Movement
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
The ColorString type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ColorString |
Default Construtor
| |
ColorString(String) |
Constructor with Base220 encoded ColorStrinhg
|
Properties
Name | Description | |
---|---|---|
Accent |
Acccent
| |
Avatar |
Avatar
| |
Badge |
Badge Color
| |
Boots |
Boots Color
| |
Bracers |
Bracers color
| |
Cape |
cape color
| |
Eye |
Eye color
| |
Fur |
Fur color
| |
Gender |
Avatar Gender
| |
Hair |
Hair color
| |
Length |
ColorString String Lengeth
| |
Markings |
Markings color
| |
Species |
Avatar Species
| |
Trousers |
Trousers color
| |
Vest |
/Vest Color
| |
Wings |
Wings
|
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Output the Base220 encoded color string
(Overrides ObjectToString.) | |
Update |
Update the Furre's color-code
|
Fields
Name | Description | |
---|---|---|
ColorStringSize |
wide format ("w") String size
|
Extension Methods
Name | Description | |
---|---|---|
AsDouble | (Defined by ObjectExtensions.) | |
AsInt16 | (Defined by ObjectExtensions.) | |
AsInt32 | (Defined by ObjectExtensions.) | |
AsInt64 | (Defined by ObjectExtensions.) | |
AsString | (Defined by ObjectExtensions.) |
Remarks
This is derived content from the Furcadia Dev Docs and Furcadia
Technical Resources
Update 23 Avatar Moement http://dev.furcadia.com/docs/023_new_movement.pdf
Update 27 Movement http://dev.furcadia.com/docs/027_movement.html
FTR http://ftr.icerealm.org/ref-instructions/
See Also