hmmm
This commit is contained in:
parent
34aa4f55b6
commit
c176d20603
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ class RGB {
|
|||
let b = y - 1.107 * i + 1.704 * q;
|
||||
*/
|
||||
|
||||
return new RGB(r, g, b).clamp().fromSRGB();
|
||||
return new RGB(r, g, b).clamp().fromNTSC();
|
||||
}
|
||||
|
||||
map(callback) {
|
||||
|
|
Loading…
Reference in a new issue