EXOBJ_COLORINFO

Summary

Stores the color information for multi-color extraction.

Syntax

typedef struct EXOBJ_COLORINFO 
{ 
   L_UINT uStructSize; 
   L_COLORREF crColor; 
   L_UINT uThreshold; 
} EXOBJ_COLORINFO, * pEXOBJ_COLORINFO; 

Members

L_UINT uStructSize

Size of this structure in bytes, for versioning. Use the sizeof(EXOBJ_COLORINFO) operator to calculate this value.

L_COLORREF crColor

The COLORREF value that specifies the color.

L_UINT uThreshold

The maximum distance of equality to crColor.

Comments

The distance is calculated in Euclidean RGB color space using the following equation:

Threshold Equation

Usage

See Also

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

LEADTOOLS Raster Imaging C API Help

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