| 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)
C#
Copy
public enum GM_BlendMode_t8| Member name | Value | Description | |
|---|---|---|---|
| BlendMode_None | 0 | ||
| BlendMode_Multiple | 1 | ||
| BlendMode_Screen | 2 | ||
| BlendMode_Overlay | 3 | ||
| BlendMode_HardLight | 4 | ||
| BlendMode_ColorBurn | 5 | ||
| BlendMode_ColorDodge | 6 | ||
| BlendMode_ApplyColor | 7 | ||
| BlendMode_ApplyColorReverse | 8 | ||
| BlendMode_Darken | 9 | ||
| BlendMode_Lighten | 10 | ||
| BlendMode_Difference | 11 | ||
| BlendMode_Exclusion | 12 | ||
| BlendMode_KeepRedChannel | 13 | ||
| BlendMode_KeepGreenChannel | 14 | ||
| BlendMode_KeepBlueChannel | 15 | ||
| BlendMode_SpotNaturalColor | 16 | View SPOT images as natural color | |
| BlendMode_PsuedoNaturalColor | 17 | Simple weighted average | |
| BlendMode_ColorToGrayscale | 18 | convert RGB color image to grayscale | |
| BlendMode_NumModes | 19 |