hvirtual/plugins/aging/aging.C File Reference
#include "clip.h"
#include "colormodels.h"
#include "filexml.h"
#include "picon_png.h"
#include "aging.h"
#include "agingwindow.h"
#include "effecttv.h"
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <libintl.h>
Go to the source code of this file.
|
Defines |
| #define | _(String) gettext(String) |
| #define | gettext_noop(String) String |
| #define | N_(String) gettext_noop (String) |
| #define | COLORAGE(type, components) |
| #define | SCRATCHES(type, components, chroma) |
| #define | PITS(type, components, luma, chroma) |
| #define | DUSTS(type, components, luma, chroma) |
Define Documentation
| #define _ |
( |
String |
|
) |
gettext(String) |
| #define COLORAGE |
( |
type, |
|
|
components |
|
) |
|
| #define DUSTS |
( |
type, |
|
|
components, |
|
|
luma, |
|
|
chroma |
|
) |
|
| #define gettext_noop |
( |
String |
|
) |
String |
| #define N_ |
( |
String |
|
) |
gettext_noop (String) |
| #define PITS |
( |
type, |
|
|
components, |
|
|
luma, |
|
|
chroma |
|
) |
|
| #define SCRATCHES |
( |
type, |
|
|
components, |
|
|
chroma |
|
) |
|