demo.types

Undocumented in source.

Members

Functions

LAColor
Color LAColor(float l, float a)
Undocumented in source. Be warned that the author may not have intended to support it.
RGBAColor
Color RGBAColor(float r, float g, float b, float a)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Color
struct Color

This module contains all the types which the various drawing modules use. In the C source the types were duplicated across source files, probably to avoid too many #include's.

Triangle
struct Triangle
Undocumented in source.
Vertex
struct Vertex
Undocumented in source.
v2f
struct v2f
Undocumented in source.

Meta