Fix #34252: cycles rendering 16bit PNG with too light colors.

This commit is contained in:
Brecht Van Lommel
2013-02-14 21:40:29 +00:00
parent 6e03b70def
commit b94993941f
4 changed files with 41 additions and 15 deletions

View File

@@ -69,6 +69,7 @@ public:
ImageManager *image_manager;
int slot;
int is_float;
bool is_linear;
string filename;
void *builtin_data;
ustring color_space;
@@ -89,6 +90,7 @@ public:
ImageManager *image_manager;
int slot;
int is_float;
bool is_linear;
string filename;
void *builtin_data;
ustring color_space;