0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
GCC's bitching about LinearRGBA() being deleted. More... over 4 years ago
GCC on MinGW somehow bitches about LinearRGB's default-ctor being deleted. More... over 4 years ago
Don't rely on constexpr-cmath. More... over 4 years ago
1. refactorings to template method (the pattern) / 2. add Spheremap More... over 5 years ago
Fix: 'static' modifier where not allowed. More... over 5 years ago
Merge branch 'master' of https://github.com/phresnel/tukan More... over 5 years ago
Add LinearRGBA type. More... over 5 years ago
Use explicit constructors for T in XYZ. More... over 5 years ago
Remove constexpr not supportable by means of current C++ standard. More... over 5 years ago
Make to_linear/to_nonlinear non-constexpr. More... over 5 years ago
Make it a template on T. More... over 5 years ago
Use default constructor explicitly. More... over 5 years ago
Correct some syntax erros. More... about 7 years ago
add toucan image More... over 10 years ago
rename the project from 'gaudy' to 'tukan' More... over 10 years ago
clean up gaudy.files More... over 10 years ago
move inl files to inl/ More... over 10 years ago
make Matrix33 an implementation detail More... over 10 years ago
move unit tests to tests/. src/ is confusing wrt to a header-only library More... over 10 years ago
take care of compiler warnings More... over 10 years ago
refactor xyz-conversion wrt LinearRGB/RGB conversions More... over 10 years ago
add conversion from RGB to/from LinearRGB More... over 10 years ago
add conversion for (non-linear) RGB to/from XYZ More... over 10 years ago
fix gamma correction functions for negative inputs More... over 10 years ago
add basis for (nonlinear) RGB More... over 10 years ago
add some About text to LinearRGB More... over 10 years ago
add gamma information to RGBSpace More... over 10 years ago
add L* gamma correction function More... over 10 years ago
add gamma-correction functions (incl. sRGB) More... over 10 years ago
add RGB/XYZ conversion tests for all RGB spaces More... over 10 years ago