Click or drag to resize

GM_GetRasterDisplayOptions

Retrieves the options that are used when displaying the given raster layer. This includes things like the translucency and transparency (if any) of the layer, the color intensity of the layer, and whether or not to crop the collar of the layer.

Syntax
GM_Error_t32 GM_GetRasterDisplayOptions
(
GM_LayerHandle_t32          aLayer,     // in: layer to get options for
GM_RasterDisplayOptions_t*  aOptions    // out: display options for raster layer
);