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