User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.addition

Table of Contents

TGIS_Layer.Addition property

DK for Delphi | GisLayer.TGIS_Layer.Addition | Constructors | Fields | Methods | Properties | Events | Events

Additional blending value.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  property Addition : Integer read write;
// C++ Builder
public:
  __property int Addition = {read, write};

Value

Type
Integer

Remarks

  • If 0, Transparency is used as the transparency value.
  • If <> 0, the output is blended as: output = output * Transparency/100 + layer * Addition/100.

2026/07/11 00:29

Page Tools