LColor::LColor

Summary

Constructs a LColor object.

Syntax

#include "ltwrappr.h"

LColor::LColor();

Returns

None.

Comments

This is the constructor for the LColor class.

Required DLLs and Libraries

See Also

Functions

Topics

Example

This example will call the constructor and destructor of LColor class

L_INT LColor_LColorExample() 
{ 
   LColor LColorObj; 
   //..... 
   //... 
   //. 
   return SUCCESS; 
} 

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

LEADTOOLS Color Conversion C++ Class Library Help

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