Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
image_t Struct Reference

#include <common.h>

+ Collaboration diagram for image_t:

Data Fields

GtkWidgetdrawing_area
 
cairo_surface_t * surface
 
cairo_pattern_t * image
 
int width
 
int height
 
float * xyz
 
float scale
 
int offset_x
 
int offset_y
 
float shrink
 
point_t bb [4]
 
chart_t ** chart
 
gboolean draw_colored
 

Detailed Description

Definition at line 36 of file src/chart/common.h.

Field Documentation

◆ bb

◆ chart

chart_t** image_t::chart

Definition at line 50 of file src/chart/common.h.

Referenced by draw_image_callback(), get_xyz_sample_from_image(), and init_image().

◆ draw_colored

gboolean image_t::draw_colored

◆ drawing_area

◆ height

int image_t::height

◆ image

cairo_pattern_t* image_t::image

◆ offset_x

int image_t::offset_x

Definition at line 45 of file src/chart/common.h.

Referenced by center_image(), map_mouse_to_0_1(), and set_offset_and_scale().

◆ offset_y

int image_t::offset_y

Definition at line 45 of file src/chart/common.h.

Referenced by center_image(), map_mouse_to_0_1(), and set_offset_and_scale().

◆ scale

float image_t::scale

Definition at line 44 of file src/chart/common.h.

Referenced by map_point_to_view(), and set_offset_and_scale().

◆ shrink

◆ surface

cairo_surface_t* image_t::surface

Definition at line 40 of file src/chart/common.h.

Referenced by free_image(), and open_image().

◆ width

◆ xyz

float* image_t::xyz

The documentation for this struct was generated from the following file: