Initial Release 4.0

Function : Rich Text
MapExtColorToV3Color - Convert a Notes Release 4 color index to a Notes Release 3 compatible color index.
----------------------------------------------------------------------------------------------------------

#include <colorid.h>

WORD LNPUBLIC MapExtColorToV3Color(
WORD color);

Description :

In Notes Release 4, the number of choices for a view's background color and for a form's paper color have increased. This function maps a Notes Release 4 color index to the closest matching Notes Release 3 color index. These color indexes are used in the structures, CDDOCUMENT and VIEW_TABLE_FORMAT2.

Parameters :

See Also :

CDDOCUMENT
----------------------------------------------------------------------------------------------------------