DownsampleFilter Description [SemanticEnum] enum Tinman.Terrain.Buffers.DownsampleFilter Enumeration of predefined filters for ColorBuffer.Downsample and DistanceBuffer.Downsample. Public / Constants Average public constant Average → (0:int32) Compute the average value of the samples in the filter block. Minimum public constant Minimum → (1:int32) Use the minimum value of the samples in the filter block. Maximum public constant Maximum → (2:int32) Use the maximum value of the samples in the filter block. DistanceBuffer ElevationBuffer