synfig-core  1.0.3
Macros | Functions
mandelbrot.cpp File Reference

Implementation of the "Mandelbrot Set" layer. More...

#include "mandelbrot.h"
#include <synfig/string.h>
#include <synfig/time.h>
#include <synfig/context.h>
#include <synfig/paramdesc.h>
#include <synfig/renddesc.h>
#include <synfig/surface.h>
#include <synfig/value.h>
#include <synfig/valuenode.h>

Macros

#define LOG_OF_2   0.69314718055994528623

Functions

 SYNFIG_LAYER_INIT (Mandelbrot)
 SYNFIG_LAYER_SET_NAME (Mandelbrot,"mandelbrot")
 SYNFIG_LAYER_SET_LOCAL_NAME (Mandelbrot, N_("Mandelbrot Set"))
 SYNFIG_LAYER_SET_CATEGORY (Mandelbrot, N_("Fractals"))
 SYNFIG_LAYER_SET_VERSION (Mandelbrot,"0.2")
 SYNFIG_LAYER_SET_CVS_ID (Mandelbrot,"$Id$")
void color_neg_flip (Color &color)

Detailed Description

Implementation of the "Mandelbrot Set" layer.

$Id$

=== N O T E S ===========================================================


Macro Definition Documentation

#define LOG_OF_2   0.69314718055994528623

Referenced by Mandelbrot::get_color().

Function Documentation

SYNFIG_LAYER_INIT ( Mandelbrot  )
SYNFIG_LAYER_SET_NAME ( Mandelbrot  ,
"mandelbrot"   
)
SYNFIG_LAYER_SET_LOCAL_NAME ( Mandelbrot  ,
N_("Mandelbrot Set")   
)
SYNFIG_LAYER_SET_CATEGORY ( Mandelbrot  ,
N_("Fractals")   
)
SYNFIG_LAYER_SET_VERSION ( Mandelbrot  ,
"0.2"   
)
SYNFIG_LAYER_SET_CVS_ID ( Mandelbrot  ,
"$Id$"   
)
void color_neg_flip ( Color color)
inline