Image

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.
this
this(ubyte[] data)
Undocumented in source.

Members

Functions

Compile
ubyte[] Compile()
Undocumented in source. Be warned that the author may not have intended to support it.
Convert
void Convert(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
SavePng
void SavePng(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

Colors
ubyte[] Colors;
Undocumented in source.
Height
long Height;
Undocumented in source.
Width
long Width;
Undocumented in source.

Inherited Members

From Content

data
ubyte[] data;

<Protected> data is the byte data the content is made out of.

Type
ubyte Type;

The type id of the content file.

Name
string Name;

The name of the content.

TypeID
TypeId TypeID()

ubyte representation of the type.

Convert
void Convert(ubyte[] data)

Converts input bytes into this type of content.

ConvertFull
void ConvertFull(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
Compile
ubyte[] Compile()

Returns an ubyte array of the compiled representation of the content.

CompileFull
ubyte[] CompileFull()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta