From 42ca750430bf40ba13493ac46028d22e6f3555b9 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 10 Jun 2017 10:48:21 +0200 Subject: m + add libcolour_delta_e.3, libcolour_srgb_decode.3, and libcolour_srgb_encode.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- LIBCOLOUR_CIEUVW.7 | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'LIBCOLOUR_CIEUVW.7') diff --git a/LIBCOLOUR_CIEUVW.7 b/LIBCOLOUR_CIEUVW.7 index 6cb42af..1b07f61 100644 --- a/LIBCOLOUR_CIEUVW.7 +++ b/LIBCOLOUR_CIEUVW.7 @@ -6,9 +6,9 @@ CIE 1964 (U*, V*, W*) (also known simply as CIE UVW) colours are presented with either of .nf - \fBtypedef struct libcolour_cieuvw_f libcolour_cieuvw_f_t;\fP - \fBtypedef struct libcolour_cieuvw_lf libcolour_cieuvw_lf_t;\fP - \fBtypedef struct libcolour_cieuvw_llf libcolour_cieuvw_llf_t;\fP + typedef struct libcolour_cieuvw_f libcolour_cieuvw_f_t; + typedef struct libcolour_cieuvw_lf libcolour_cieuvw_lf_t; + typedef struct libcolour_cieuvw_llf libcolour_cieuvw_llf_t; .fi These @@ -24,14 +24,14 @@ and are otherwise identical. is defined as .nf - \fBstruct libcolour_cieuvw_f {\fP - \fBenum libcolour_model\fP \fImodel\fP\fB;\fP - \fBfloat\fP \fIU\fP\fB;\fP - \fBfloat\fP \fIV\fP\fB;\fP - \fBfloat\fP \fIW\fP\fB;\fP - \fBfloat\fP \fIu0\fP\fB;\fP - \fBfloat\fP \fIv0\fP\fB;\fP - \fB};\fP + struct libcolour_cieuvw_f { + enum libcolour_model \fImodel\fP; + float \fIU\fP; + float \fIV\fP; + float \fIW\fP; + float \fIu0\fP; + float \fIv0\fP; + }; .fi .I .model -- cgit v1.2.3-70-g09d2