Click or drag to resize

GM_BlendMode_t8 Enumeration

This type represents the different blend modes available

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public enum GM_BlendMode_t8
Members
  Member nameValueDescription
BlendMode_None0None
BlendMode_Multiple1Multiple
BlendMode_Screen2Screen
BlendMode_Overlay3Overlay
BlendMode_HardLight4Hard Light
BlendMode_ColorBurn5Color Burn
BlendMode_ColorDodge6Color Dodge
BlendMode_ApplyColor7Apply Color
BlendMode_ApplyColorReverse8Apply Color Reverse
BlendMode_Darken9Darken
BlendMode_Lighten10Lighten
BlendMode_Difference11Difference
BlendMode_Exclusion12Exclusion
BlendMode_KeepRedChannel13Keep Red Channel
BlendMode_KeepGreenChannel14Keep Green Channel
BlendMode_KeepBlueChannel15Keep Blue Channel
BlendMode_SpotNaturalColor16View SPOT images as natural color
BlendMode_PsuedoNaturalColor17Simple weighted average
BlendMode_ColorToGrayscale18convert RGB color image to grayscale
BlendMode_NumModes19Number of blend modes
See Also