Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 320efef

Browse files
committed
Merge branch 'master' of github.com:Litipk/ColorSharp
2 parents 7cd87bc + 22c17c4 commit 320efef

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

TODO.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
## New color spaces
44
* [ ] CIE RGB
5-
* [X] CIE UVW
65
* [ ] CIELUV
76
* [ ] CIELAB
87
* [ ] HSV
@@ -32,23 +31,28 @@
3231
### Colors
3332
* [ ] Color Temperature
3433

34+
## Color Operations
35+
* IsAdditive : bool
36+
* colorC = colorA + colorB
37+
3538
## Performance
3639
* [ ] Make use of OpenCL to improve conversions performance (with OpenCL.NET?)
3740
* [ ] SIMD? (Mono & .NET have different approaches :s)
3841

3942
## Packaging
43+
* [ ] Multiple versions for multiple .NET versionsi conside one single NuGet package
4044
* [ ] .DEB packages
4145
* [ ] .RPM packages
4246

4347
## Quality Assurance
44-
* [X] TravisCI Integration
48+
* [ ] Ensure immutability wherever it's possible.
49+
* [ ] >= 85% Unit Testing Coverage
4550
* [ ] AppVeyor Integration
4651
* [ ] Coverity Scan Integration
4752

4853
## Documentation
4954
* [ ] Wiki
5055
* [ ] Improve inline documentation (code comments)
51-
* [X] Create Changelog
5256
* [ ] Create Roadmap
5357

5458
## Trademark Issues?

0 commit comments

Comments
 (0)