Global Mapper SDK
| GM_Layer_t .SetLayerPalette Method |
Sets a custom palette for the layer to override the existing palette. Only works
for palette-based layers.
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public GM_Error_t32 SetLayerPalette ( GM_PaletteEntry_t [] aNewPalette , Object aReserved )
Parameters
- aNewPalette
-
Type:
GlobalMapper
.
GM_PaletteEntry_t
IN: pointer to list of palette entries to use for layer or NULL to reset palette to original palette - aReserved
-
Type:
System
.
Object
IN: reserved for future use, must be NULL
Return Value
Type: GM_Error_t32A GM Error Code
Comments
0 comments
Please sign in to leave a comment.