AGG_RENDERConstant Class
Aggregation rendering modes
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetAGG_RENDERConstant

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static class AGG_RENDERConstant

The AGG_RENDERConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberADD
Add all the colors together
Public fieldStatic memberBLEND
Adds and divides by the number of non-dummy colors
Public fieldStatic memberBLEND_ALL
Adds and divides by the number of colors
Public fieldStatic memberFADE
Multiplies current colors by the input's colors over 255 (input works as the percentage of color to preserve)
Top
See Also