-
-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
75 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
Colour - TODO | ||
============= | ||
|
||
TODO | ||
---- | ||
|
||
- algebra (1 item in 1 file) | ||
|
||
- interpolation.py | ||
|
||
- (236, 15) # TODO: Implements proper wrapper to ensure return values consistency and avoid having to cast to numeric in meth:`SpectralPowerDistribution.interpolate` method. | ||
|
||
- appearance (8 items in 5 files) | ||
|
||
- ciecam02.py | ||
|
||
- (251, 7) # TODO: Compute hue composition. | ||
- (678, 7) # TODO: Check for negative values and their handling. | ||
|
||
- hunt.py | ||
|
||
- (409, 7) # TODO: Implement hue quadrature & composition computation. | ||
- (441, 7) # TODO: Implement whiteness-blackness :math:`Q_{wb}` computation. | ||
|
||
- llab.py | ||
|
||
- (315, 7) # TODO: Implement hue composition computation. | ||
|
||
- nayatani95.py | ||
|
||
- (278, 7) # TODO: Implement hue quadrature & composition computation. | ||
- (297, 7) # TODO: Investigate components usage. | ||
|
||
- rlab.py | ||
|
||
- (257, 7) # TODO: Implement hue composition computation. | ||
|
||
- colorimetry (1 item in 1 file) | ||
|
||
- spectrum.py | ||
|
||
- (1450, 11) # TODO: Provide support for fractional steps like 0.1, etc... | ||
|
||
- models (1 item in 1 file) | ||
|
||
- tests (1 item in 1 file) | ||
|
||
- tests_derivation.py | ||
|
||
- (123, 15) # TODO: Simplify that monster. | ||
|
||
- notation (5 items in 2 files) | ||
|
||
- tests (3 items in 1 file) | ||
|
||
- tests_munsell.py | ||
|
||
- (98, 3) # TODO: Investigate if tests can be simplified by using a common valid set of specifications. | ||
- (4162, 11) # TODO: This test is covered by the previous class, do we need a dedicated one? | ||
- (4208, 11) # TODO: This test is covered by the previous class, do we need a dedicated one? | ||
|
||
- munsell.py | ||
|
||
- (848, 11) # TODO: Consider refactoring implementation. | ||
- (1192, 11) # TODO: Should raise KeyError, need to check the tests. | ||
|
||
About | ||
----- | ||
|
||
| **Colour** by Colour Developers - 2013 - 2014 | ||
| Copyright © 2013 - 2014 – Colour Developers – `[email protected] <[email protected]>`_ | ||
| This software is released under terms of New BSD License: http://opensource.org/licenses/BSD-3-Clause | ||
| `http://github.com/colour-science/colour <http://github.com/colour-science/colour>`_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters