summary refs log tree commit diff stats
path: root/fractal.h
diff options
context:
space:
mode:
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;