synfig-core
1.0.3
|
Implementation of the "Solid Color" layer. More...
#include "layer_solidcolor.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>
Functions | |
SYNFIG_LAYER_INIT (Layer_SolidColor) | |
SYNFIG_LAYER_SET_NAME (Layer_SolidColor,"SolidColor") | |
SYNFIG_LAYER_SET_LOCAL_NAME (Layer_SolidColor, N_("Solid Color")) | |
SYNFIG_LAYER_SET_CATEGORY (Layer_SolidColor, N_("Geometry")) | |
SYNFIG_LAYER_SET_VERSION (Layer_SolidColor,"0.1") | |
SYNFIG_LAYER_SET_CVS_ID (Layer_SolidColor,"$Id$") |
Implementation of the "Solid Color" layer.
$Id$
SYNFIG_LAYER_INIT | ( | Layer_SolidColor | ) |
SYNFIG_LAYER_SET_NAME | ( | Layer_SolidColor | , |
"SolidColor" | |||
) |
SYNFIG_LAYER_SET_LOCAL_NAME | ( | Layer_SolidColor | , |
N_("Solid Color") | |||
) |
SYNFIG_LAYER_SET_CATEGORY | ( | Layer_SolidColor | , |
N_("Geometry") | |||
) |
SYNFIG_LAYER_SET_VERSION | ( | Layer_SolidColor | , |
"0.1" | |||
) |
SYNFIG_LAYER_SET_CVS_ID | ( | Layer_SolidColor | , |
"$Id$" | |||
) |