org.sunflow.image

Class XYZColor


public final class XYZColor
extends java.lang.Object

Constructor Summary

XYZColor()
XYZColor(float X, float Y, float Z)

Method Summary

float
getX()
float
getY()
float
getZ()
XYZColor
mul(float s)
void
normalize()
String
toString()

Constructor Details

XYZColor

public XYZColor()

XYZColor

public XYZColor(float X,
                float Y,
                float Z)

Method Details

getX

public final float getX()

getY

public final float getY()

getZ

public final float getZ()

mul

public final XYZColor mul(float s)

normalize

public final void normalize()

toString

public final String toString()