|
Blender
V2.93
|
#include <image.h>
Public Member Functions | |
| ImageParams () | |
| bool | operator== (const ImageParams &other) const |
Public Attributes | |
| bool | animated |
| InterpolationType | interpolation |
| ExtensionType | extension |
| ImageAlphaType | alpha_type |
| ustring | colorspace |
| float | frame |
Definition at line 45 of file cycles/render/image.h.
|
inline |
Definition at line 54 of file cycles/render/image.h.
|
inline |
Definition at line 64 of file cycles/render/image.h.
References alpha_type, animated, colorspace, extension, frame, and interpolation.
| ImageAlphaType ImageParams::alpha_type |
Definition at line 50 of file cycles/render/image.h.
Referenced by image_associate_alpha(), and operator==().
| bool ImageParams::animated |
Definition at line 47 of file cycles/render/image.h.
Referenced by operator==().
| ustring ImageParams::colorspace |
Definition at line 51 of file cycles/render/image.h.
Referenced by image_associate_alpha(), and operator==().
| ExtensionType ImageParams::extension |
Definition at line 49 of file cycles/render/image.h.
Referenced by operator==().
| float ImageParams::frame |
Definition at line 52 of file cycles/render/image.h.
Referenced by operator==().
| InterpolationType ImageParams::interpolation |
Definition at line 48 of file cycles/render/image.h.
Referenced by operator==().