PIX_COLOR_INDEX Macro

Specifies an arbitrary color index. PIX allocates a unique color for each index number.

Syntax

#define PIX_COLOR_INDEX(i)  ARGB color  

Parameters

i
Type:  

Index value

Remarks

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

The setting PIX_COLOR_DEFAULT can be used, which is equivalent to PIX_COLOR_INDEX(0).

Requirements

Header: Declared in pix.h.

Library: Use PIXEvt.lib.

See also

PIX