LColor::LColor

#include "ltwrappr.h"

LColor::LColor();

Constructs a LColor object.

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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Color Conversion C++ Class Library Help