|
static UChar_t | Color (int col) |
|
static void | DrawCircle (UChar_t *buf, int w, int h, Float_t x, Float_t y, Float_t r, UChar_t col) |
|
static void | DrawHexagon (UChar_t *buf, int w, int h, Float_t x, Float_t y, Float_t r, UChar_t col, Int_t style=1) |
|
static void | DrawLine (UChar_t *buf, int w, int h, Float_t x1, Float_t y1, Float_t x2, Float_t y2, UChar_t col, Int_t style=1) |
|
static void | DrawBox (UChar_t *buf, int w, int h, Float_t x1, Float_t y1, Float_t x2, Float_t y2, UChar_t col, Int_t style=1) |
|
static void | DrawDot (UChar_t *buf, int w, int h, Float_t cx, Float_t cy, UChar_t col) |
|
static void | DrawMultiply (UChar_t *buf, int w, int h, Float_t cx, Float_t cy, Float_t size, UChar_t col) |
|
static void | DrawCross (UChar_t *buf, int w, int h, Float_t cx, Float_t cy, Float_t size, UChar_t col) |
|
Definition at line 21 of file MGImage.h.