Reflect input/output whitepoints in `whitebalance`
This is a preparation for supporting the Bradford transform. (cf. #278)
This also updates the document for whitebalance.

Codecov Report
Merging #507 (297aa43) into master (f71d7a1) will increase coverage by
0.56%. The diff coverage is100.00%.
@@ Coverage Diff @@
## master #507 +/- ##
==========================================
+ Coverage 93.84% 94.41% +0.56%
==========================================
Files 9 9
Lines 1154 1163 +9
==========================================
+ Hits 1083 1098 +15
+ Misses 71 65 -6
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/algorithms.jl | 69.29% <100.00%> (+8.34%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update f71d7a1...297aa43. Read the comment docs.
I may rewrite some of the internal functions for bradford_transform. For this reason, I made this a draft PR, but will not make any major changes. I will merge this after I submit the PR for bradford_transform.