![]() |
FJMovieEditor Pré-Alpha
A GTK video editor for GNOME. Designed for Artists to do, special effects, compositing and animation.
|
#include "basic.h"
#include "Utils.h"
#include "SharedDataSystem.h"
#include "custom_config.h"
#include "video.h"
Functions | |
AnmColor * | addAnmColor () |
Returns a animated color. | |
AnmColor * | AnmColorFromColorD (Pixeld *c) |
Returns a static color which can be accessed in the same way that a animated color. | |
Vector2f * | vector2f (gfloat x, gfloat y) |
Allocates memory for a 2D vector. | |
gboolean | draw_plugin (iPlugin *p) |
Draw a graphic plugin, on the screen. | |
gboolean | draw_plugin_custom (GdkPixbuf *pixels, iPlugin *p) |
Draws the plugin in a GdkPixbuf specified by User. | |
gchar * | fjme_data_directory () |
Returns the top data directory of FJME. | |
GtkWidget * | fjme_button_from_file (gchar *file) |
AnmColor* addAnmColor | ( | ) |
Returns a animated color.
Returns a static color which can be accessed in the same way that a animated color.
gboolean draw_plugin | ( | iPlugin * | p | ) |
Draw a graphic plugin, on the screen.
Draw on the screen GdkPixbuf (pixels) contained in the structure iPlugin. This function considers the alpha channel of the GdkPixbuf (transparency), and adjusts the image size to the size specified in the structure iPlugin (width, height). If the variable "center", is set to true (default), the image is adjusted with the point (x, y) in the center. Otherwise, (x, y) is the place of the first pixel of the screen. Opacity is adjusted individually for each pixel.
gboolean draw_plugin_custom | ( | GdkPixbuf * | pixels, |
iPlugin * | p | ||
) |
Draws the plugin in a GdkPixbuf specified by User.
GtkWidget* fjme_button_from_file | ( | gchar * | file | ) |
gchar* fjme_data_directory | ( | ) |
Returns the top data directory of FJME.
Vector2f* vector2f | ( | gfloat | x, |
gfloat | y | ||
) |
Allocates memory for a 2D vector.