User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_layer.addition

Table of Contents

TGIS_Layer.Addition property

DK for Java | tatukgis.jdk.TGIS_Layer.Addition | Constructors | Fields | Methods | Properties | Events

Additional blending value.

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

Syntax

// Java
public int getAddition();
 
public void setAddition(
  int _value
);
// Oxygene
public
  property Addition : Integer read write;

Value

Type
int
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 01:27

Page Tools