git.asbjorn.biz
/
swftools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
added HAVE_UNISTD_H
[swftools.git]
/
lib
/
pdf
/
cmyk.h
1
#ifndef __cmyk_h__
2
#define __cmyk_h__
3
void convert_cmyk2rgb(float c,float m,float y,float k, unsigned char*r, unsigned char*g, unsigned char*b);
4
#endif