public final class XYZColor
extends java.lang.Object
Constructor and Description |
---|
XYZColor() |
XYZColor(float X,
float Y,
float Z) |
Modifier and Type | Method and Description |
---|---|
float |
getX() |
float |
getY() |
float |
getZ() |
XYZColor |
mul(float s) |
void |
normalize() |
java.lang.String |
toString() |
public final float getX()
public final float getY()
public final float getZ()
public final XYZColor mul(float s)
public final void normalize()
public final java.lang.String toString()
toString
in class java.lang.Object