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
/
cmyk
/
helpers
/
cmyk_to_lab.helper.d.ts
4 lines
(3 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
import
type
{
ILAB
}
from
'../../lab/lab.interface'
;
import
type
{
ICMYK
}
from
'../cmyk.interface'
;
export
declare
function
cmykToLab
(
cmyk
: ICMYK
):
ILAB
;