Plot the chromaticity diagram
chromaticity.diagram
Plots the chromaticity diagram AKA "horse shoe".
chromaticity.diagram(chromaticityCoordinates=get("cccie31", envir = environment()), conversionFunction=NULL,...)
chromaticityCoordinates
: chromaticity coordinatesconversionFunction
: optional function to perform the coordinate conversion...
: optional parameters for the plot commandnone
Jose Gama
chromaticity.diagram() xl<-yl<-0:1 chromaticity.diagram(xlim=xl,ylim=yl) chromaticity.diagram(conversionFunction=CIE1931XYZ2CIE1976uv, xlim=xl,ylim=yl, xlab="u'",ylab="v'")
Useful links