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