From 56e194f26addfb17b013729e9659b651943b8f83 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 7 Jan 2016 17:10:58 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/libclut.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/libclut.h') diff --git a/src/libclut.h b/src/libclut.h index f705cb1..eba99d3 100644 --- a/src/libclut.h +++ b/src/libclut.h @@ -194,11 +194,11 @@ * 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 r The contrast parameter for the red curve. - * @param g The contrast parameter for the green curve. - * @param b The contrast parameter for the blue curve. + * @param r The brightness parameter for the red curve. + * @param g The brightness parameter for the green curve. + * @param b The brightness parameter for the blue curve. */ -#define libclut_cie_contrast(ramp, max, type, r, g, b) \ +#define libclut_cie_brightness(ramp, max, type, r, g, b) \ do \ { \ size_t rn__ = (ramp)->red_size; \ -- cgit v1.2.3-70-g09d2