コード例 #1
0
 private static NColor ColorFromValue(double value)
 {
     return(NColor.InterpolateColors(NColor.Red, NColor.Blue, value / 100.0));
 }