aboutsummaryrefslogtreecommitdiffstats
path: root/LIBCOLOUR_CIEUVW.7
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-06-10 10:48:21 +0200
committerMattias Andrée <maandree@kth.se>2017-06-10 10:48:21 +0200
commit42ca750430bf40ba13493ac46028d22e6f3555b9 (patch)
tree04324f1e954990175dc7922c46da26855a4b5a92 /LIBCOLOUR_CIEUVW.7
parentReduce size of RGB struct, and add LIBCOLOUR_CIELCHUV.7 and LIBCOLOUR_RGB.7 (diff)
downloadlibcolour-42ca750430bf40ba13493ac46028d22e6f3555b9.tar.gz
libcolour-42ca750430bf40ba13493ac46028d22e6f3555b9.tar.bz2
libcolour-42ca750430bf40ba13493ac46028d22e6f3555b9.tar.xz
m + add libcolour_delta_e.3, libcolour_srgb_decode.3, and libcolour_srgb_encode.3
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'LIBCOLOUR_CIEUVW.7')
-rw-r--r--LIBCOLOUR_CIEUVW.722
1 files changed, 11 insertions, 11 deletions
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