FJMovieEditor Pré-Alpha
A GTK video editor for GNOME. Designed for Artists to do, special effects, compositing and animation.

trunk/libfjme/VideoFilters.c File Reference

#include "basic.h"
#include "Utils.h"
Include dependency graph for VideoFilters.c:

Functions

void Brightness_Config (iPlugin *p)
 Video Filters are plugins that edit the GdkPixbuf (Layer::pixels) of a layer.
void Brightness_Init (iPlugin *p)
void Brightness_Frame (iPlugin *p)
void Cartoon_Config (iPlugin *p)
void Cartoon_Init (iPlugin *p)
void Cartoon_Frame (iPlugin *p)
void ColorShift_Config (iPlugin *p)
void ColorShift_Init (iPlugin *p)
void ColorShift_Frame (iPlugin *p)

Function Documentation

void Brightness_Config ( iPlugin p)

Video Filters are plugins that edit the GdkPixbuf (Layer::pixels) of a layer.

Here is the caller graph for this function:

void Brightness_Frame ( iPlugin p)

Here is the call graph for this function:

Here is the caller graph for this function:

void Brightness_Init ( iPlugin p)

Here is the call graph for this function:

Here is the caller graph for this function:

void Cartoon_Config ( iPlugin p)

Here is the caller graph for this function:

void Cartoon_Frame ( iPlugin p)

Here is the call graph for this function:

Here is the caller graph for this function:

void Cartoon_Init ( iPlugin p)

Here is the call graph for this function:

Here is the caller graph for this function:

void ColorShift_Config ( iPlugin p)

Here is the caller graph for this function:

void ColorShift_Frame ( iPlugin p)

Here is the call graph for this function:

Here is the caller graph for this function:

void ColorShift_Init ( iPlugin p)

Here is the call graph for this function:

Here is the caller graph for this function:

All Data Structures Files Functions Variables Typedefs Defines