diff options
Diffstat (limited to 'fiv-io.h')
-rw-r--r-- | fiv-io.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -25,12 +25,10 @@ typedef enum _FivIoOrientation FivIoOrientation; typedef struct _FivIoRenderClosure FivIoRenderClosure; typedef struct _FivIoImage FivIoImage; +typedef struct _FivIoProfile FivIoProfile; // --- Colour management ------------------------------------------------------- -// TODO(p): Make it also possible to use Skia's skcms. -// TODO(p): Profiles might want to keep references to their CMM contexts. -typedef void *FivIoProfile; GBytes *fiv_io_profile_to_bytes(FivIoProfile *profile); void fiv_io_profile_free(FivIoProfile *self); |