Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
colorchart.h File Reference
#include "common/colorspaces.h"
#include "common/colorspaces_inline_conversions.h"
#include <glib.h>
+ Include dependency graph for colorchart.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  point_t
 
struct  f_line_t
 
struct  box_t
 
struct  chart_t
 

Typedefs

typedef struct point_t point_t
 
typedef struct f_line_t f_line_t
 
typedef struct box_t box_t
 
typedef struct chart_t chart_t
 

Functions

void free_chart (chart_t *chart)
 
chart_tparse_cht (const char *filename)
 
int parse_it8 (const char *filename, chart_t *chart)
 
void checker_set_color (box_t *box, dt_colorspaces_color_profile_type_t color_space, float c0, float c1, float c2)
 

Typedef Documentation

◆ box_t

typedef struct box_t box_t

◆ chart_t

typedef struct chart_t chart_t

◆ f_line_t

typedef struct f_line_t f_line_t

◆ point_t

typedef struct point_t point_t

Function Documentation

◆ checker_set_color()

◆ free_chart()

void free_chart ( chart_t chart)

◆ parse_cht()

◆ parse_it8()

int parse_it8 ( const char *  filename,
chart_t chart 
)