GM_BlendMode_t8 Enumeration
This type represents the different blend modes available

Namespace:GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
Copy
public enum GM_BlendMode_t8
Members
Member nameValueDescription
BlendMode_None0
BlendMode_Multiple1
BlendMode_Screen2
BlendMode_Overlay3
BlendMode_HardLight4
BlendMode_ColorBurn5
BlendMode_ColorDodge6
BlendMode_ApplyColor7
BlendMode_ApplyColorReverse8
BlendMode_Darken9
BlendMode_Lighten10
BlendMode_Difference11
BlendMode_Exclusion12
BlendMode_KeepRedChannel13
BlendMode_KeepGreenChannel14
BlendMode_KeepBlueChannel15
BlendMode_SpotNaturalColor16View SPOT images as natural color
BlendMode_PsuedoNaturalColor17Simple weighted average
BlendMode_ColorToGrayscale18convert RGB color image to grayscale
BlendMode_NumModes19
See Also