Provides implementation of GreyLabWindow functions to draw primatives over the data.
Definition in file DataDraw.cpp.
#include "GreyLab.h"
#include "aaLine.h"

Go to the source code of this file.
Defines | |
| #define | RGB(idx, r, g, b) target[0+3*(idx)] = r; target[1+3*(idx)] = g; target[2+3*(idx)] = b; |
| #define | REDVAL(idx) target[0+3*(idx)] |
| #define | GREENVAL(idx) target[1+3*(idx)] |
| #define | BLUEVAL(idx) target[2+3*(idx)] |
1.5.3