summaryrefslogtreecommitdiffstats
path: root/src/curve.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* typo1.90.4Mattias Andrée2016-01-131-1/+1
* mMattias Andrée2016-01-071-1/+1
* typoMattias Andrée2016-01-071-1/+1
* not important to demo, just mention it in the comprehensive exampleMattias Andrée2014-04-051-1/+1
* document kelvins and the automatic use of itMattias Andrée2014-04-051-1/+1
* m + add support for naming (as a string) a colour temperature constantMattias Andrée2014-04-051-3/+7
* document and reduce codeMattias Andrée2014-03-291-35/+126
* m + add cie_temperatureMattias Andrée2014-03-261-3/+24
* regression bugMattias Andrée2014-03-201-1/+1
* move calculation of correlated colour temperature to the new module blackbodyMattias Andrée2014-03-161-179/+1
* m docMattias Andrée2014-03-161-1/+1
* switch overloading sentinel from None to ... and improve sigmoid, manipulate, cie_manipulate and lower_resolutionMattias Andrée2014-03-161-124/+141
* improve cie_ filters by allowing control over individual subpixelsMattias Andrée2014-03-161-34/+89
* fix cie_invertMattias Andrée2014-03-161-5/+6
* add cie_manipulateMattias Andrée2014-03-101-0/+16
* make clip, linearise and standardise more flexible by making it possible to restrict which colour curves to affectMattias Andrée2014-03-101-12/+29
* improve lower_resolution and add the comprehensive testMattias Andrée2014-02-241-9/+22
* improve print_curves with compact parameters + fix lower_resolutionMattias Andrée2014-02-241-8/+8
* make lower_resultion's parameters optionalMattias Andrée2014-02-241-3/+5
* fix m bug is sigmoid + add some comments now that I have testet itMattias Andrée2014-02-241-2/+8
* add (prototype for) lower_resolution just for funMattias Andrée2014-02-221-0/+18
* more curve functionsMattias Andrée2014-02-211-2/+54
* rename negative to invert (mirror y) and add negative that reverses (mirror x)Mattias Andrée2014-02-211-1/+18
* mMattias Andrée2014-02-201-1/+1
* put temp maps in res/Mattias Andrée2014-02-181-1/+1
* fix some minor errorsMattias Andrée2014-02-171-10/+9
* add tempurature mappings from redshiftMattias Andrée2014-02-171-3/+54
* the tempurations are actually correct, suggest in doc to use divide_by_maximumMattias Andrée2014-02-161-0/+4
* colour tempurature does not work correctly, otherwise all curves workMattias Andrée2014-02-161-20/+27
* make more parameters optionalMattias Andrée2014-02-161-16/+24
* working with some exceptionsMattias Andrée2014-02-161-12/+16
* add negativeMattias Andrée2014-02-151-0/+14
* whitespaceMattias Andrée2014-02-141-1/+0
* use correct cacheMattias Andrée2014-02-141-4/+4
* add function start_overMattias Andrée2014-02-141-0/+15
* add function manipulate: Manipulate the colour curves using a lambda functionMattias Andrée2014-02-141-0/+19
* fix derp on whitepoint adjMattias Andrée2014-02-141-7/+19
* whitespaceMattias Andrée2014-02-141-0/+15
* split of __main__Mattias Andrée2014-02-141-0/+264