AnnoUISetRGBColorComponents

#include “BiAnno.h”

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

Description

This function set the color of the object, and set up the user interface parameters (mark for saving, etc).

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