Click or drag to resize

GM_ShaderOptions_t Structure

This type represents the display options available for the built-in elevation shaders

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public struct GM_ShaderOptions_t

The GM_ShaderOptions_t type exposes the following members.

Properties
  NameDescription
Public propertymDaylightShaderColor
Surface color for daylight shader
Public propertymGradientShaderHiColor
Max elevation color for gradient shader
Public propertymGradientShaderLoColor
Min elevation color for gradient shader
Public propertymHSVShaderReverse
HSV Shader - Reverse Colors
Public propertymSlopeShaderCustomColor
Color to display between min and max slope for slope shader (set mSlopeShaderCustomValid to TRUE to enable)
Public propertymSlopeShaderCustomValid
Is the custom slope shader color valid?
Public propertymSlopeShaderMaxColor
Max slope color for slope shader
Public propertymSlopeShaderMinColor
Min slope color for slope shader
Top
Fields
  NameDescription
Public fieldmHSVShaderLoColorStart
HSV Shader - Low Color Start in Degrees (0-360)
Public fieldmHSVShaderRange
HSV Shader - Range (>1)
Public fieldmHSVShaderSaturation
HSV Shader - Saturation (0-1)
Public fieldmHSVShaderValue
HSV Shader - Value (0-1)
Public fieldmReserved
Reserved padding bytes
Public fieldmSize
Size of structure
Public fieldmSlopeShaderMaxSlope
Max slope for slope shader in radians
Public fieldmSlopeShaderMinSlope
Min slope for slope shader in radians
Top
See Also