Pen drawing object.
More...
#include <pen.h>
|
| FILE * | File |
| |
| float * | Image |
| |
| int | ImageWidth |
| |
| int | ImageHeight |
| |
| int | NumDigits |
| |
| pentrans | Trans |
| |
| float(* | Palette )[3] |
| |
| int | NumPalette |
| |
| int | CapacityPalette |
| |
| float | Color [3] |
| |
| int | ColorIndex |
| |
| void(* | SetColor )(struct penstruct *, const float *) |
| |
| int(* | DrawLine )(struct penstruct *, float, float, float, float) |
| |
| int(* | DrawQBezier )(struct penstruct *, float, float, float, float, float, float) |
| |
| int(* | DrawEllipse )(struct penstruct *, float, float, float, float, float) |
| |
Pen drawing object.
Definition at line 35 of file pen.h.
| int penstruct::CapacityPalette |
Definition at line 45 of file pen.h.
| float penstruct::Color[3] |
Definition at line 46 of file pen.h.
| int penstruct::ColorIndex |
Definition at line 47 of file pen.h.
| int(* penstruct::DrawEllipse)(struct penstruct *, float, float, float, float, float) |
Definition at line 53 of file pen.h.
| int(* penstruct::DrawLine)(struct penstruct *, float, float, float, float) |
Definition at line 49 of file pen.h.
| int(* penstruct::DrawQBezier)(struct penstruct *, float, float, float, float, float, float) |
Definition at line 51 of file pen.h.
Definition at line 37 of file pen.h.
Definition at line 38 of file pen.h.
| int penstruct::ImageHeight |
Definition at line 40 of file pen.h.
| int penstruct::ImageWidth |
Definition at line 39 of file pen.h.
Definition at line 41 of file pen.h.
| int penstruct::NumPalette |
Definition at line 44 of file pen.h.
| float(* penstruct::Palette)[3] |
Definition at line 43 of file pen.h.
| void(* penstruct::SetColor)(struct penstruct *, const float *) |
Definition at line 48 of file pen.h.
Definition at line 42 of file pen.h.
The documentation for this struct was generated from the following file: