org.jhotdraw.color
Class Specrend.ColourSystem
java.lang.Object
org.jhotdraw.color.Specrend.ColourSystem
- Enclosing class:
- Specrend
public static class Specrend.ColourSystem
- extends java.lang.Object
A colour system is defined by the CIE x and y coordinates of
its three primary illuminants and the x and y coordinates of
the white point.
|
Constructor Summary |
Specrend.ColourSystem(java.lang.String name,
double xRed,
double yRed,
double xGreen,
double yGreen,
double xBlue,
double yBlue,
double[] white,
double gamma)
|
Specrend.ColourSystem(java.lang.String name,
double xRed,
double yRed,
double xGreen,
double yGreen,
double xBlue,
double yBlue,
double xWhite,
double yWhite,
double gamma)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Specrend.ColourSystem
public Specrend.ColourSystem(java.lang.String name,
double xRed,
double yRed,
double xGreen,
double yGreen,
double xBlue,
double yBlue,
double xWhite,
double yWhite,
double gamma)
Specrend.ColourSystem
public Specrend.ColourSystem(java.lang.String name,
double xRed,
double yRed,
double xGreen,
double yGreen,
double xBlue,
double yBlue,
double[] white,
double gamma)