summary refs log tree commit diff stats
path: root/fractal.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-12-13 19:24:06 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-12-13 19:24:06 -0500
commitd5c32fc3f885a7b8f719c9f27dbba36e287222f0 (patch)
treee95be7b21d6daab0bad47fc0ff6127f21288c3ff /fractal.h
parent5413c1c0dc40b24fd0932e3b8f7fdfa3a596859f (diff)
downloadinfinite-d5c32fc3f885a7b8f719c9f27dbba36e287222f0.tar.gz
infinite-d5c32fc3f885a7b8f719c9f27dbba36e287222f0.tar.bz2
infinite-d5c32fc3f885a7b8f719c9f27dbba36e287222f0.zip
Bot now takes path to config file as argument
That config file now also has to contain the paths to the verbly datafile, the forms file, the fonts directory, and the color palettes file.
Diffstat (limited to 'fractal.h')
-rw-r--r--fractal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fractal.h b/fractal.h index af098f4..cfd39db 100644 --- a/fractal.h +++ b/fractal.h
@@ -50,7 +50,7 @@ class Fractal {
50 Color get_color(double c) const; 50 Color get_color(double c) const;
51 51
52 static int load(const char* filename, Fractal& fractal); 52 static int load(const char* filename, Fractal& fractal);
53 static Fractal random(); 53 static Fractal random(std::string colorsfile);
54 54
55 double filterlevel = 0.5; 55 double filterlevel = 0.5;
56 double gamma = 2.2; 56 double gamma = 2.2;