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

Pixel Struct Reference

#include <video.h>

Data Fields

union {
   guchar   c [4]
   struct {
      guchar   r
      guchar   g
      guchar   b
      guchar   a
   } 
   struct {
      guchar   red
      guchar   green
      guchar   blue
      guchar   alpha
   } 
}; 

Field Documentation

union { ... }
guchar a
guchar alpha
guchar b
guchar blue
guchar c[4]
guchar g
guchar green
guchar r
guchar red

The documentation for this struct was generated from the following file:
All Data Structures Files Functions Variables Typedefs Defines