SELCLRINF

typedef struct _SELCLRINF 
{ 
   L_CHAR cCyan; 
   L_CHAR cMagenta; 
   L_CHAR cYellow; 
   L_CHAR cBlack; 
} SELCLRINF, * pSELCLRINF; 

The SELCLRINF structure contains the information needed for a single "Selected Color", which is used mainly in the SELCLR structure.

Member

Description

cCyan

Value that specifies the percentage of cyan in a color. Valid values range from 100 to 100, which is interpreted as 100% to 100%.

cMagenta

Value that specifies the percentage of magenta in a color. Valid values range from 100 to 100, which is interpreted as 100% to 100%.

cYellow

Value that specifies the percentage of yellow in a color. Valid values range from 100 to 100, which is interpreted as 100% to 100%.

cBlack

Value that specifies the percentage of black in a color. Valid values range from 100 to 100, which is interpreted as 100% to 100%.

Comments

This structure is used by the SELCLR structure, by which is used by:

LBitmap::SelectiveColor

Help Version 20.0.2020.4.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help