Documentation | Other Specifications | Project file format (legacy) | Pixel
This section includes pixel parameters (used on Layer)
Pixel.RedBand=Parameter
Red band number. Allows selection which band will be used for the red channel. Bands are numbered starting from 1. For grayscale RedBand=GreenBand=BlueBand.
Parameters | Description |
---|---|
Integer | band number starting from 1/ 0- default band/ -1-band is turned off (channel will be empty) |
Applies to Layer.
Pixel.GreenBand=Parameter
Green band number. Allows selection which band will be used for the green channel. Bands are numbered starting from 1. For grayscale RedBand=GreenBand=BlueBand.
Parameters | Description |
---|---|
Integer | band number starting from 1/ 0- default band/ -1-band is turned off (channel will be empty) |
Applies to Layer.
Pixel.BlueBand=Parameter
Blue band number. Allows selection which band will be used for the blue channel. Bands are numbered starting from 1. For grayscale RedBand=GreenBand=BlueBand.
Parameters | Description |
---|---|
Integer | band number starting from 1/ 0- default band/ -1-band is turned off (channel will be empty) |
Applies to Layer.
Pixel.GridBand=Parameter
Grid band number. Allows selection which band will be used as for grid values channel. Bands are numbered starting from 1.
Parameters | Description |
---|---|
Integer | band number starting from 1/ 0- default band/ -1-band is turned off (channel will be empty) |
Applies to Layer.
Pixel.GridNoValue=Parameter
Grid “no-value”. Allows specifying the value which will be used to discover no-assigned-data areas on a grid. By providing 32768 default (embedded into the file) value be used.
Parameters | Description |
---|---|
Float | value representing area without known altitude ( 32768 - default value ) |
Applies to Layer.
Pixel.GridShadow=Parameter
Grid shadow. If true then pseudo shadow will be generated.
Parameters | Description |
---|---|
Boolean | TRUE/FALSE |
Applies to Layer.
Pixel.Red=Parameter
Set red channel color brightness expressed and +-100%
Parameters | Description |
---|---|
Integer | -100..100 |
Applies to Layer.
Pixel.Green=Parameter
Set green channel color brightness expressed and +-100%
Parameters | Description |
---|---|
Integer | -100..100 |
Applies to Layer.
Pixel.Blue=Parameter
Set blue channel color brightness expressed and +-100%
Parameters | Description |
---|---|
Integer | -100..100 |
Applies to Layer.
Pixel.Inversion=Parameter
Make pixel layer negative
Parameters | Description |
---|---|
Boolean | TRUE/FALSE |
Applies to Layer.
Pixel.GrayMapZones=Parameter
Apply mapping of a gray channel. Lists of zones for mapping gray channel. Used to reverse a part of the scale and turn off the rest.
Parameters | Description |
---|---|
String | start_value,end_value,start_value_mapped,end_value_mapped,each value can be integer or heksadecimal ( like $FF) |
Example
"0,255,255,0"
will reverse a scale
Valid only for any pixel layer.
Applies to Layer.
Pixel.TransparentZones=Parameter
Apply mapping of transparent zones.
Parameters | Description |
---|---|
String | start_value,end_value, each value can be integer or hexadecimal ( like $FF) |
Example
"0,255,255,0"
will reverse a scale
Valid only for any pixel layer.
Applies to Layer.
Pixel.RedMapZones=Parameter
Apply mapping of a red channel. Used to reverse a part of the scale and turn off the rest.
Parameters | Description |
---|---|
String |
Example
"0,255,255,0"
will reverse a scale
Valid only for any pixel layer.
Applies to Layer.
Pixel.GrayScale=Parameter
Make pixel layer grayscale
Parameters | Description |
---|---|
Boolean | TRUE/FALSE |
Applies to Layer.
Pixel.GreenMapZones=Parameter
Apply mapping of a green channel. Lists of zones for mapping green channel. Used to reverse a part of the scale and turn off the rest.
Parameters | Description |
---|---|
String |
Example
"0,255,255,0"
will reverse a scale
Valid only for any pixel layer.
Applies to Layer.
Pixel.BlueMapZones=Parameter
Apply mapping of a blue channel. Lists of zones for mapping the green channel. Used to reverse a part of the scale and turn off the rest.
Parameters | Description |
---|---|
String |
Example
"0,255,255,0"
will reverse a scale
Valid only for any pixel layer.
Applies to Layer.
Pixel.Histogram=Parameter
Apply histogram on a pixel layer.
Parameters | Description |
---|---|
Boolean | TRUE/FALSE |
Applies to Layer.
Pixel.HistogramPath=Parameter
Select histogram path
Parameters | Description |
---|---|
String | histogram path |
Applies to Layer.