synfig-core
1.0.3
|
Implementation of the "Julia Set" layer. More...
#include "julia.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 (Julia) | |
SYNFIG_LAYER_SET_NAME (Julia,"julia") | |
SYNFIG_LAYER_SET_LOCAL_NAME (Julia, N_("Julia Set")) | |
SYNFIG_LAYER_SET_CATEGORY (Julia, N_("Fractals")) | |
SYNFIG_LAYER_SET_VERSION (Julia,"0.1") | |
SYNFIG_LAYER_SET_CVS_ID (Julia,"$Id$") | |
void | color_neg_flip (Color &color) |
Implementation of the "Julia Set" layer.
$Id$
=== N O T E S ===========================================================
#define LOG_OF_2 0.69314718055994528623 |
Referenced by Julia::get_color().
SYNFIG_LAYER_INIT | ( | Julia | ) |
SYNFIG_LAYER_SET_NAME | ( | Julia | , |
"julia" | |||
) |
SYNFIG_LAYER_SET_VERSION | ( | Julia | , |
"0.1" | |||
) |
SYNFIG_LAYER_SET_CVS_ID | ( | Julia | , |
"$Id$" | |||
) |
|
inline |