Ejemplo n.º 1
0
 public override Dictionary <int, LayerColor> GetLayerColors()
 {
     return(LayerColors.GetGradientBrushes(0, 10));
 }
Ejemplo n.º 2
0
 public override Dictionary <int, LayerColor> GetLayerColors()
 {
     return(LayerColors.GetGradientBrushes(this.MinValue, this.MaxValue));
 }
Ejemplo n.º 3
0
 public override Dictionary <int, LayerColor> GetLayerColors()
 {
     return(LayerColors.GetGradientBrushes(0, this.MaxTerrain));
 }