Changeset View
Changeset View
Standalone View
Standalone View
source/blender/imbuf/IMB_colormanagement.h
| Show First 20 Lines • Show All 156 Lines • ▼ Show 20 Lines | |||||
| const char *IMB_colormanagement_colorspace_get_indexed_name(int index); | const char *IMB_colormanagement_colorspace_get_indexed_name(int index); | ||||
| const char *IMB_colormanagement_view_get_default_name(const char *display_name); | const char *IMB_colormanagement_view_get_default_name(const char *display_name); | ||||
| void IMB_colormanagment_colorspace_from_ibuf_ftype(struct ColorManagedColorspaceSettings *colorspace_settings, struct ImBuf *ibuf); | void IMB_colormanagment_colorspace_from_ibuf_ftype(struct ColorManagedColorspaceSettings *colorspace_settings, struct ImBuf *ibuf); | ||||
| /* ** RNA helper functions ** */ | /* ** RNA helper functions ** */ | ||||
| void IMB_colormanagement_display_items_add(struct EnumPropertyItem **items, int *totitem); | void IMB_colormanagement_display_items_add(struct EnumPropertyItem **items, int *totitem); | ||||
| void IMB_colormanagement_view_items_add(struct EnumPropertyItem **items, int *totitem, const char *display_name); | void IMB_colormanagement_view_items_add(struct EnumPropertyItem **items, int *totitem, const char *display_name); | ||||
| void IMB_colormanagement_look_items_add(struct EnumPropertyItem **items, int *totitem); | void IMB_colormanagement_look_items_add(struct EnumPropertyItem **items, int *totitem, const char *view_name); | ||||
| void IMB_colormanagement_colorspace_items_add(struct EnumPropertyItem **items, int *totitem); | void IMB_colormanagement_colorspace_items_add(struct EnumPropertyItem **items, int *totitem); | ||||
| /* ** Tile-based buffer management ** */ | /* ** Tile-based buffer management ** */ | ||||
| void IMB_partial_display_buffer_update(struct ImBuf *ibuf, const float *linear_buffer, const unsigned char *buffer_byte, | void IMB_partial_display_buffer_update(struct ImBuf *ibuf, const float *linear_buffer, const unsigned char *buffer_byte, | ||||
| int stride, int offset_x, int offset_y, | int stride, int offset_x, int offset_y, | ||||
| const struct ColorManagedViewSettings *view_settings, | const struct ColorManagedViewSettings *view_settings, | ||||
| const struct ColorManagedDisplaySettings *display_settings, | const struct ColorManagedDisplaySettings *display_settings, | ||||
| int xmin, int ymin, int xmax, int ymax, | int xmin, int ymin, int xmax, int ymax, | ||||
| ▲ Show 20 Lines • Show All 62 Lines • Show Last 20 Lines | |||||