aboutsummaryrefslogtreecommitdiffstats
path: root/LIBCOLOUR_CIEUVW.7 (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-06-10mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-10Add libcolour_marshal.3 and libcolour_unmarshal.3Mattias Andrée2-0/+148
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-10Improve libcolour_proper: set model if possibleMattias Andrée1-6/+40
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-10Fix libcolour_properMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-10m + add libcolour_delta_e.3, libcolour_srgb_decode.3, and libcolour_srgb_encode.3Mattias Andrée18-165/+277
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-09Reduce size of RGB struct, and add LIBCOLOUR_CIELCHUV.7 and LIBCOLOUR_RGB.7Mattias Andrée7-113/+463
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-08Add man pages for most colour modelsMattias Andrée13-3/+837
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-06Add libcolour.7 and macros for testing existance of definitionsMattias Andrée5-6/+771
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-06mMattias Andrée1-7/+7
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-06Update todoMattias Andrée1-0/+14
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-06Makefile: add install and uninstallMattias Andrée2-6/+33
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-06Remove a much of stuff, change license, and add support for float and long doubleMattias Andrée53-9363/+3333
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-20Prepare for release1.0Mattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-20mMattias Andrée1-14/+13
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-20add tests and fix erros + hue should always be positiveMattias Andrée2-21/+101
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-20fix errors and add testsMattias Andrée3-55/+225
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-17CIELChuv: measure hue in degrees, but add parameter to change thisMattias Andrée5-11/+47
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-17update todoMattias Andrée1-2/+10
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-17Implement OEFT HLGMattias Andrée1-1/+26
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-17more direction conversionsMattias Andrée1-87/+190
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-16add tests, fixes errors, and improve percisionMattias Andrée6-92/+325
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-16update todoMattias Andrée1-0/+10
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-16srgb_to_srgb: use static inline version of libcolour_srgb_{encode,decode}Mattias Andrée1-6/+16
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-16Split out conversion to convert.cMattias Andrée3-835/+857
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-16mroe testingMattias Andrée1-43/+149
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-16miscMattias Andrée6-51/+80
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-16bug fixes + beginning of testMattias Andrée3-28/+215
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-15update todoMattias Andrée2-4/+17
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-15mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-15info: functionsMattias Andrée3-3/+84
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-15info: colour spacesMattias Andrée2-0/+783
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-15mMattias Andrée1-6/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-15libcolour_rgb_colour_space: first parameter is of type libcolour_rgb_t*Mattias Andrée2-6/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-15mMattias Andrée2-6/+8
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-15add todosMattias Andrée2-1/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-14doc: illuminantsMattias Andrée2-0/+117
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-14Add supplementary 10° observers for illuminantsMattias Andrée1-0/+21
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-14Use LIBCOLOUR_LIST_MODELS in enum libcolour_modelMattias Andrée1-14/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-14mMattias Andrée1-3/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-14mMattias Andrée1-1/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-14mMattias Andrée1-2/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-12info: more in overviewMattias Andrée1-0/+10
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-12start on info manualMattias Andrée11-0/+1738
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-11Add libcolour_marshal and libcolour_unmarshalMattias Andrée2-3/+104
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-10miscMattias Andrée2-243/+721
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-10beginningMattias Andrée3-2/+1149
Signed-off-by: Mattias Andrée <maandree@kth.se>