|
mupdf
|
#include <color.h>

Public Attributes | |
| fz_key_storable | key_storable |
| enum fz_colorspace_type | type |
| int | flags |
| int | n |
| char * | name |
| union { | |
| struct { | |
| fz_colorspace * base | |
| int high | |
| unsigned char * lookup | |
| } indexed | |
| struct { | |
| fz_colorspace * base | |
| void(* eval )(fz_context *ctx, void *tint, const float *s, int sn, float *d, int dn) | |
| void(* drop )(fz_context *ctx, void *tint) | |
| void * tint | |
| char * colorant [FZ_MAX_COLORS] | |
| } separation | |
| } | u |
| fz_colorspace* fz_colorspace::base |
| char* fz_colorspace::colorant[FZ_MAX_COLORS] |
| void(* fz_colorspace::drop) (fz_context *ctx, void *tint) |
| void(* fz_colorspace::eval) (fz_context *ctx, void *tint, const float *s, int sn, float *d, int dn) |
| int fz_colorspace::flags |
| int fz_colorspace::high |
| struct { ... } fz_colorspace::indexed |
| fz_key_storable fz_colorspace::key_storable |
| unsigned char* fz_colorspace::lookup |
| int fz_colorspace::n |
| char* fz_colorspace::name |
| struct { ... } fz_colorspace::separation |
| void* fz_colorspace::tint |
| enum fz_colorspace_type fz_colorspace::type |
| union { ... } fz_colorspace::u |