Constructs a LColor object.
#include "ltwrappr.h"
LColor::LColor();
None.
This is the constructor for the LColor class.
This example will call the constructor and destructor of LColor class
L_INT LColor_LColorExample()
{
LColor LColorObj;
//.....
//...
//.
return SUCCESS;
}