public auto guideFunction(string type)(GuideStore!type gs)
if(type != "colour")
Create an appropiate GuidToDoubleFunction from a GuideStore
public auto guideFunction(string type)(
GuideStore!type gs,
ColourGradientFunction colourFunction)
if(type == "colour")
Create an appropiate GuidToColourFunction from a GuideStore
Functions
autoguideFunction | Create an appropiate GuidToDoubleFunction from a GuideStore | |
autoguideFunction | Create an appropiate GuidToColourFunction from a GuideStore |
Structs
GuideStore | Store values so we can later create guides from them | |
GuideToDoubleFunction | A callable struct that translates any value into a double | |
GuideToColourFunction | A callable struct that translates any value into a colour |