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

trunk/libfjme/VideoFilters.h File Reference

Go to the source code of this file.

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)
void Curves_Config (iPlugin *p)
 Adds a menu entry to display the curves window.
void Curves_Init (iPlugin *p)
 Just draw the curves window.
void Curves_Frame (iPlugin *p)
 Processes each video frame, according to the settings of the dialog.

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:

void Curves_Config ( iPlugin p)

Adds a menu entry to display the curves window.

void Curves_Frame ( iPlugin p)

Processes each video frame, according to the settings of the dialog.

void Curves_Init ( iPlugin p)

Just draw the curves window.

All Data Structures Files Functions Variables Typedefs Defines