Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/render/image.h
| Context not available. | |||||
| CCL_NAMESPACE_BEGIN | CCL_NAMESPACE_BEGIN | ||||
| enum AlphaMode { auto_detect, associated, unassociated }; | |||||
| class Device; | class Device; | ||||
| class Progress; | class Progress; | ||||
| class RenderStats; | class RenderStats; | ||||
| Context not available. | |||||
| InterpolationType interpolation, | InterpolationType interpolation, | ||||
| ExtensionType extension, | ExtensionType extension, | ||||
| bool use_alpha, | bool use_alpha, | ||||
| AlphaMode alpha_mode, | |||||
| ImageMetaData& metadata); | ImageMetaData& metadata); | ||||
| void remove_image(int flat_slot); | void remove_image(int flat_slot); | ||||
| void remove_image(const string& filename, | void remove_image(const string& filename, | ||||
| void *builtin_data, | void *builtin_data, | ||||
| InterpolationType interpolation, | InterpolationType interpolation, | ||||
| ExtensionType extension, | ExtensionType extension, | ||||
| bool use_alpha); | bool use_alpha, | ||||
| AlphaMode alpha_mode); | |||||
| void tag_reload_image(const string& filename, | void tag_reload_image(const string& filename, | ||||
| void *builtin_data, | void *builtin_data, | ||||
| InterpolationType interpolation, | InterpolationType interpolation, | ||||
| ExtensionType extension, | ExtensionType extension, | ||||
| bool use_alpha); | bool use_alpha, | ||||
| AlphaMode alpha_mode); | |||||
| bool get_image_metadata(const string& filename, | bool get_image_metadata(const string& filename, | ||||
| void *builtin_data, | void *builtin_data, | ||||
| ImageMetaData& metadata); | ImageMetaData& metadata); | ||||
| Context not available. | |||||
| ImageMetaData metadata; | ImageMetaData metadata; | ||||
| bool use_alpha; | bool use_alpha; | ||||
| AlphaMode alpha_mode; | |||||
| bool need_load; | bool need_load; | ||||
| bool animated; | bool animated; | ||||
| float frame; | float frame; | ||||
| Context not available. | |||||