Package ca.eandb.jmist.framework.color

Examples of ca.eandb.jmist.framework.color.CIExyY.x()


    if (yWhiteSquared < Double.POSITIVE_INFINITY) {
      Y = Y * (1.0 + Y / yWhiteSquared) / (1.0 + Y);
    } else {
      Y = Y / (1.0 + Y);
    }
    return ColorUtil.convertxyY2XYZ(xyY.x(), xyY.y(), Y);
  }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.