typedef struct tagSELCLRINF
{
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%. |
This structure is used by the SELCLR structure, by which is used by:
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET