AnnoObjSetRGBColorComponents

#include “BiAnno.h”

void CALLBACK AnnoObjSetRGBColorComponents( INT_PTR pAnno, BYTE red, BYTE green, BYTE blue)

Description

This function set the color of the object.

Parameters

INT_PTR

pAnno

Annotation handle

BYTE

red

Red component of RGB.

BYTE

green

Green component of RGB.

BYTE

blue

Blue component of RGB.

Return value

void

Programming Notes

None

Code Example

None