예제 #1
0
 static System.Drawing.Color MapRainbowColor(Barrel barrel, PointCyl pt)
 {
     return(ColorCoder.MapRainbowColor(pt.R, barrel.MinRadius(pt.Z, pt.ThetaRad), barrel.MaxRadius(pt.Z, pt.ThetaRad)));
 }