eDocEngine VCL Professional Help » Symbol Reference » Namespaces of Engine Components » gtPNGEng Namespace » TgtPNGTransparency Class

Gnostice eDocEngine VCL Developer Guide
TgtPNGTransparency Class

This class represents transparency settings of the output of the PNG engine.

Pascal
public TgtPNGTransparency = class(TPersistent);
C++
public: class TgtPNGTransparency : public TPersistent;
Description

Set Enabled to true and ImageAlpha to a non-zero value to make the TransColor partially transparent.

gtPNGEng

Properties
 
Name 
Description 
 
Whether defined transparency settings need to be applied for the PNG output. 
 
Specifies the level of opacity of the transparent color. 
 
Specifies color that needs to be transparent. 
Methods
 
Name 
Description 
 
Returns alpha value transparent color.