|
Blender
V3.3
|
#include "scene/image.h"#include "device/device.h"#include "scene/colorspace.h"#include "scene/image_oiio.h"#include "scene/image_vdb.h"#include "scene/scene.h"#include "scene/stats.h"#include "util/foreach.h"#include "util/image.h"#include "util/image_impl.h"#include "util/log.h"#include "util/path.h"#include "util/progress.h"#include "util/task.h"#include "util/texture.h"#include "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 519 of file scene/image.cpp.
References ImageParams::alpha_type, ImageParams::colorspace, ColorSpaceManager::colorspace_is_data(), IMAGE_ALPHA_CHANNEL_PACKED, IMAGE_ALPHA_IGNORE, and ImageManager::Image::params.