UNPKG
lib-colors
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.1
0.1.0
0.0.2
0.0.1
Simple node.js library for work with colors
github.com/fwmakc/lib-colors
fwmakc/lib-colors
lib-colors
/
dist
/
lab
/
helpers
/
lab_to_xyz.helper.d.ts
3 lines
(2 loc)
•
103 B
TypeScript
View Raw
1
2
3
import
type
{
ILAB
,
IXYZ
}
from
'../lab.interface'
;
export
declare
function
labToXyz
(
lab
: ILAB
):
IXYZ
;