Initial Release 4.0

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

#include <colorid.h>

WORD LNPUBLIC MapV3ColorToExtColor(
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 and the color indexes have changed between Notes Release 3 and Notes Release 4. This function maps a Notes Release 3 color index to the Notes Release 4 color index. These color indexes are used in the structures, CDDOCUMENT and VIEW_TABLE_FORMAT2.

Parameters :

See Also :

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