Blender V4.5
ImageParams Class Reference

#include <image.h>

Public Member Functions

 ImageParams ()
bool operator== (const ImageParams &other) const

Public Attributes

bool animated = false
InterpolationType interpolation = INTERPOLATION_LINEAR
ExtensionType extension = EXTENSION_CLIP
ImageAlphaType alpha_type = IMAGE_ALPHA_AUTO
ustring colorspace
float frame = 0.0f

Detailed Description

Definition at line 32 of file cycles/scene/image.h.

Constructor & Destructor Documentation

◆ ImageParams()

ImageParams::ImageParams ( )
inline

Definition at line 41 of file cycles/scene/image.h.

References colorspace, and u_colorspace_raw.

Referenced by operator==().

Member Function Documentation

◆ operator==()

bool ImageParams::operator== ( const ImageParams & other) const
inline

Definition at line 43 of file cycles/scene/image.h.

References alpha_type, animated, colorspace, extension, frame, ImageParams(), and interpolation.

Member Data Documentation

◆ alpha_type

◆ animated

bool ImageParams::animated = false

◆ colorspace

◆ extension

◆ frame

float ImageParams::frame = 0.0f

◆ interpolation


The documentation for this class was generated from the following file: