ggplotd.guide

Undocumented in source.

Members

Functions

guideFunction
auto guideFunction(GuideStore!type gs)

Create an appropiate GuidToDoubleFunction from a GuideStore

guideFunction
auto guideFunction(GuideStore!type gs, ColourGradientFunction colourFunction)

Create an appropiate GuidToColourFunction from a GuideStore

Structs

GuideStore
struct GuideStore(string type = "")

Store values so we can later create guides from them

GuideToColourFunction
struct GuideToColourFunction

A callable struct that translates any value into a colour

GuideToDoubleFunction
struct GuideToDoubleFunction

A callable struct that translates any value into a double

Meta