You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Tee Namespace > Structs, Records, Enums > Dew.Math.Tee.GridPaletteStyle Enumeration
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Dew.Math.Tee.GridPaletteStyle Enumeration

Defines palette style.

Syntax
C#
Visual Basic
public enum GridPaletteStyle { palRange = 0, palRangeDiscrete = 1, palCustom = 2 }

MtxGridSeries.cs

Members 
Description 
palRange = 0 
Levels are cacluated automatically from minimum and maximum value colors and number of palette steps.  
palRangeDiscrete = 1 
Levels are calculated automaticaly, but now you can manually specify minimum, maximum, minimum/maximum color and step used to contruct palette entries.  
palCustom = 2 
Manualy define each level and it's color.  
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!