Changeset View
Changeset View
Standalone View
Standalone View
source/blender/imbuf/IMB_colormanagement.h
| Context not available. | |||||
| const char *IMB_colormanagement_get_float_colorspace(struct ImBuf *ibuf); | const char *IMB_colormanagement_get_float_colorspace(struct ImBuf *ibuf); | ||||
| const char *IMB_colormanagement_get_rect_colorspace(struct ImBuf *ibuf); | const char *IMB_colormanagement_get_rect_colorspace(struct ImBuf *ibuf); | ||||
| float IMB_colormanagement_get_luminance(const float rgb[3]); | |||||
| unsigned char IMB_colormanagement_get_luminance_byte(const unsigned char[3]); | |||||
| /* ** Color space transformation functions ** */ | /* ** Color space transformation functions ** */ | ||||
| void IMB_colormanagement_transform(float *buffer, int width, int height, int channels, | void IMB_colormanagement_transform(float *buffer, int width, int height, int channels, | ||||
| const char *from_colorspace, const char *to_colorspace, bool predivide); | const char *from_colorspace, const char *to_colorspace, bool predivide); | ||||
| Context not available. | |||||