![]() |
FJMovieEditor Pré-Alpha
A GTK video editor for GNOME. Designed for Artists to do, special effects, compositing and animation.
|
#include <video.h>
Data Fields | |
union { | |
gdouble c [4] | |
struct { | |
gdouble r | |
gdouble g | |
gdouble b | |
gdouble a | |
} | |
struct { | |
gdouble red | |
gdouble green | |
gdouble blue | |
gdouble alpha | |
} | |
}; |
union { ... } |
gdouble a |
gdouble alpha |
gdouble b |
gdouble blue |
gdouble c[4] |
gdouble g |
gdouble green |
gdouble r |
gdouble red |