Compare commits

..

No commits in common. "main" and "v0.1.1" have entirely different histories.
main ... v0.1.1

2 changed files with 1 additions and 2 deletions

1
go.mod
View File

@ -1,4 +1,3 @@
// Deprecated: use smariot.com/color/noklaba instead.
module smariot.com/oklab module smariot.com/oklab
go 1.22.1 go 1.22.1

View File

@ -151,7 +151,7 @@ func Test_Model(t *testing.T) {
}, { }, {
// test the handling of the NRGBAColor interface; as // test the handling of the NRGBAColor interface; as
// all the types that support it have special handling // all the types that support it have special handling
// that would take precedence. // that would take precidence.
"testNRGBAColor: invisible Floral White", "testNRGBAColor: invisible Floral White",
testNRGBAColor{color.NRGBA64{R: 0xff, G: 0xfa, B: 0xf0, A: 0x00}}, testNRGBAColor{color.NRGBA64{R: 0xff, G: 0xfa, B: 0xf0, A: 0x00}},
color.ModelFunc(testNRGBAModel), color.ModelFunc(testNRGBAModel),