PIX_COLOR Macro

Specifies a color for a PIX event or marker, from red, green and blue values.

Syntax

#define PIX_COLOR(r, g, b)  ARGB color  

Parameters

r
Type:  

Red value

g
Type:  

Green value

b
Type:  

Blue value

Remarks

Colors can be set by calling the PIXBeginEvent function and the PIXSetMarker function.

Requirements

Header: Declared in pix.h.

Library: Use PIXEvt.lib.

See also

PIX