Skip to content
Snippets Groups Projects
Commit b2b528eb authored by Philip Trettner's avatar Philip Trettner
Browse files

removed superfluous overload

parent e5bf01f7
No related branches found
No related tags found
No related merge requests found
......@@ -79,10 +79,6 @@ public:
range(min, max);
return texture(glow::colors::colormap::linear(512, c0, c1).texture());
}
ColorMapping& linear(tg::color3 c0 = {0, 0, 0}, tg::color3 c1 = {1, 1, 1}, float min = 0.0f, float max = 1.0f)
{
return linear(glow::colors::color(c0), glow::colors::color(c1), min, max);
}
ColorMapping& clamped()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment