User Tools

Site Tools


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

Table of Contents

TGIS_Layer.Addition property

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

Additional 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 then Transparency will be used as transparent value
  • If <> 0, then means: (output = output * Transparency/100 + layer * Addition/100).

2022/11/16 01:43

Page Tools