NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
#define RICOpPixel (   _CopyOptions,
  _Point,
  _Value 
)    10, 0, 4, 0, (_CopyOptions)&0xFF, (_CopyOptions)>>8, _Point, (_Value)&0xFF, (_Value)>>8

Output an RIC Pixel opcode.

Parameters
_CopyOptionsPixel copy options. See Drawing option constants.
_PointThe pixel coordinate. See RICImgPoint.
_ValueThe pixel value (unused).