powered by
Maxwell.triangle Plots the Maxwell triangle, as a black line, a color line or a polygon.
Maxwell.triangle
Maxwell.triangle(primariesRGB=get("whitepointsRGB", envir = environment()), conversionFunction=NULL,...)
primarie valuess for RGB color spaces
optional function to perform the coordinate conversion
optional parameters for the plot command
none
# NOT RUN { Maxwell.triangle() xl<-yl<-0:1 Maxwell.triangle(xlim=xl,ylim=yl) Maxwell.triangle(conversionFunction=CIE1931XYZ2CIE1976uv, xlim=xl,ylim=yl,xlab="u'",ylab="v'") # }
Run the code above in your browser using DataLab