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

LTCLR

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

LColor::Initialize, LColor::~LColor, Class Members

Topics:

Conversion Process

 

Raster Image Functions: Color Conversion

Example

This example will call the constructor and destructor of LColor class

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Color Conversion C++ Class Library Help