Maxwell.triangle function

Plot the Maxwell triangle

Plot the Maxwell triangle

Maxwell.triangle Plots the Maxwell triangle, as a black line, a color line or a polygon.

Maxwell.triangle(primariesRGB=get("whitepointsRGB", envir = environment()), conversionFunction=NULL,...)

Arguments

  • primariesRGB: primarie valuess for RGB color spaces
  • conversionFunction: optional function to perform the coordinate conversion
  • ...: optional parameters for the plot command

Returns

none

Author(s)

Jose Gama

Examples

Maxwell.triangle() xl<-yl<-0:1 Maxwell.triangle(xlim=xl,ylim=yl) Maxwell.triangle(conversionFunction=CIE1931XYZ2CIE1976uv, xlim=xl,ylim=yl,xlab="u'",ylab="v'")
  • Maintainer: Glenn Davis
  • License: GPL (>= 3)
  • Last published: 2024-04-22

Useful links