#include "layer_solidcolor.h"
#include "string.h"
#include "time.h"
#include "context.h"
#include "paramdesc.h"
#include "renddesc.h"
#include "surface.h"
#include "value.h"
#include "valuenode.h"
Functions | |
SYNFIG_LAYER_INIT (Layer_SolidColor) | |
SYNFIG_LAYER_SET_NAME (Layer_SolidColor,"SolidColor") | |
SYNFIG_LAYER_SET_LOCAL_NAME (Layer_SolidColor, _("Solid Color")) | |
SYNFIG_LAYER_SET_CATEGORY (Layer_SolidColor, _("Geometry")) | |
SYNFIG_LAYER_SET_VERSION (Layer_SolidColor,"0.1") | |
SYNFIG_LAYER_SET_CVS_ID (Layer_SolidColor,"$Id: layer_solidcolor.cpp 848 2007-10-06 02:25:36Z dooglus $") |
SYNFIG_LAYER_INIT | ( | Layer_SolidColor | ) |
SYNFIG_LAYER_SET_NAME | ( | Layer_SolidColor | , | |
"SolidColor" | ||||
) |
SYNFIG_LAYER_SET_LOCAL_NAME | ( | Layer_SolidColor | , | |
_("Solid Color") | ||||
) |
SYNFIG_LAYER_SET_CATEGORY | ( | Layer_SolidColor | , | |
_("Geometry") | ||||
) |
SYNFIG_LAYER_SET_VERSION | ( | Layer_SolidColor | , | |
"0.1" | ||||
) |
SYNFIG_LAYER_SET_CVS_ID | ( | Layer_SolidColor | , | |
"$Id: layer_solidcolor.cpp 848 2007-10-06 02:25:36Z dooglus $" | ||||
) |