NXC
Version 1.2.1 r5
|
#define RICOpPixel | ( | _CopyOptions, | |
_Point, | |||
_Value | |||
) | 10, 0, 4, 0, (_CopyOptions)&0xFF, (_CopyOptions)>>8, _Point, (_Value)&0xFF, (_Value)>>8 |
Output an RIC Pixel opcode.
_CopyOptions | Pixel copy options. See Drawing option constants. |
_Point | The pixel coordinate. See RICImgPoint. |
_Value | The pixel value (unused). |