Result types (WMS Overlay)
Jump to navigation
Jump to search
The WMS Overlay can supply multiple result types as Child Overlays, making it easier to split color channels into separate results. The following result types can be selected for a WMS Overlay:
Icon | Result type | Unit | Mode | Description |
---|---|---|---|---|
RED | byte | 0-255 (0 is no red, 255 is maximum red) | Value of the red color channel. | |
GREEN | byte | 0-255 (0 is no red, 255 is maximum green) | Value of the green color channel. | |
BLUE | byte | 0-255 (0 is no red, 255 is maximum blue) | Value of the blue color channel. | |
ALPHA | byte | 0-255 (0 is transparent, 255 is fully opaque) | Value of the opacity channel. | |
COLOR | byte | (0,0,0,0) to (255,255,255,255) | Float representation of the ARGB Integer color value. | |
FLOAT32 | byte | -3.4028235e+38 to 3.4028235e+38 | Float represented by integer bits. |