|
Blender
V2.93
|
#include "render/image.h"#include "device/device.h"#include "render/colorspace.h"#include "render/image_oiio.h"#include "render/image_vdb.h"#include "render/scene.h"#include "render/stats.h"#include "util/util_foreach.h"#include "util/util_image.h"#include "util/util_image_impl.h"#include "util/util_logging.h"#include "util/util_path.h"#include "util/util_progress.h"#include "util/util_task.h"#include "util/util_texture.h"#include "util/util_unique_ptr.h"Go to the source code of this file.
Namespaces | |
| CCL_NAMESPACE_BEGIN | |
Functions | |
| bool | CCL_NAMESPACE_BEGIN::isfinite (uchar) |
| bool | CCL_NAMESPACE_BEGIN::isfinite (half) |
| bool | CCL_NAMESPACE_BEGIN::isfinite (uint16_t) |
| const char * | CCL_NAMESPACE_BEGIN::name_from_type (ImageDataType type) |
| static bool | image_associate_alpha (ImageManager::Image *img) |
|
static |
Definition at line 480 of file image.cpp.
References ImageParams::alpha_type, ImageParams::colorspace, ColorSpaceManager::colorspace_is_data(), IMAGE_ALPHA_CHANNEL_PACKED, IMAGE_ALPHA_IGNORE, and ImageManager::Image::params.