Example #1
0
 public Color convertXYZtoRGB(XYZColor c)
 {
     return convertXYZtoRGB(c.getX(), c.getY(), c.getZ());
 }
Example #2
0
 public Color convertXYZtoRGB(XYZColor c)
 {
     return(convertXYZtoRGB(c.getX(), c.getY(), c.getZ()));
 }