aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-06-06Remove a much of stuff, change license, and add support for float and long doubleMattias Andrée4-2743/+0
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ée4-6/+37
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ée4-77/+319
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ée2-834/+856
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ée3-40/+65
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-16bug fixes + beginning of testMattias Andrée2-27/+213
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-12-15update todoMattias Andrée1-4/+0
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-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-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ée2-0/+1148
Signed-off-by: Mattias Andrée <maandree@kth.se>