SELCLRINF

Summary

The SELCLRINF structure contains the information needed for a single "Selected Color".

Syntax

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

Members

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%.

Usage

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

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.