diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-01-10 17:46:54 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-01-10 17:46:54 +0100 |
commit | 1533b14ede6afbe2ce2e0263bb06921fc3d2c6cd (patch) | |
tree | ddcb4d8fdebbe6690a1984ac1bc9cf24789cf98d /src | |
parent | info: more macros (diff) | |
download | libclut-1533b14ede6afbe2ce2e0263bb06921fc3d2c6cd.tar.gz libclut-1533b14ede6afbe2ce2e0263bb06921fc3d2c6cd.tar.bz2 libclut-1533b14ede6afbe2ce2e0263bb06921fc3d2c6cd.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/libclut.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/libclut.h b/src/libclut.h index 0601dd0..9421b29 100644 --- a/src/libclut.h +++ b/src/libclut.h @@ -565,12 +565,12 @@ * structures from libgamma can be used. * @param max The maximum value on each stop in the ramps. * @param type The data type used for each stop in the ramps. - * @param x The desired emulated red encoding resolution, 0 for unchanged. - * @param y The desired emulated red output resolution, 0 for unchanged. - * @param x The desired emulated green encoding resolution, 0 for unchanged. - * @param y The desired emulated green output resolution, 0 for unchanged. - * @param x The desired emulated blue encoding resolution, 0 for unchanged. - * @param y The desired emulated blue output resolution, 0 for unchanged. + * @param rx The desired emulated red encoding resolution, 0 for unchanged. + * @param ry The desired emulated red output resolution, 0 for unchanged. + * @param gx The desired emulated green encoding resolution, 0 for unchanged. + * @param gy The desired emulated green output resolution, 0 for unchanged. + * @param bx The desired emulated blue encoding resolution, 0 for unchanged. + * @param by The desired emulated blue output resolution, 0 for unchanged. */ #define libclut_lower_resolution(clut, max, type, rx, ry, gx, gy, bx, by) \ do \ |