ggplotd.colourspace

This module mostly exist to have a bridge with the ggplotd code and the ggplotd.color code. That is because the ggplotd.color code might become part of phobos one day and I don't want to depend directly on ggplotd's implementation, so that it stays easy to switch to an alternative (phobos) based implementation.

Members

Aliases

HCY
alias HCY = chsx.HCY!double
Undocumented in source.
RGB
alias RGB = crgb.RGB!("rgb", double)
Undocumented in source.
RGBA
alias RGBA = crgb.RGB!("rgba", double)
Undocumented in source.
XYZ
alias XYZ = cxyz.XYZ!double
Undocumented in source.
isColour
alias isColour = cColor.isColor
Undocumented in source.
toColourSpace
alias toColourSpace = cconv.convertColor
Undocumented in source.

Functions

fromCairoRGBA
C fromCairoRGBA(cairo.RGBA crgb)
Undocumented in source. Be warned that the author may not have intended to support it.
toCairoRGBA
cairo.RGBA toCairoRGBA(C from)
Undocumented in source. Be warned that the author may not have intended to support it.
toTuple
auto toTuple(T colour)
Undocumented in source. Be warned that the author may not have intended to support it.
toTuple
auto toTuple(T colour)
Undocumented in source. Be warned that the author may not have intended to support it.
toTuple
auto toTuple(T colour)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta