SetPNGTransparencyColor
Version history
This function was introduced in Quick PDF Library version 7.11.
Description
Sets the RGB color to use as the transparency mask in PNG images that are generated by the rendering functions.
Syntax
Delphi
function TDebenuPDFLibrary1811.SetPNGTransparencyColor(RedByte, GreenByte,
BlueByte: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::SetPNGTransparencyColor(RedByte As Long,
GreenByte As Long, BlueByte As Long) As Long
DLL
int DPLSetPNGTransparencyColor(int InstanceID, int RedByte, int GreenByte,
int BlueByte)
Parameters
| RedByte | The red component |
| GreenByte | The green component |
| BlueByte | The blue component |
