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.

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, and interpolation.

Member Data Documentation

◆ alpha_type

ImageAlphaType ImageParams::alpha_type = IMAGE_ALPHA_AUTO

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

Referenced by image_associate_alpha(), and operator==().

◆ animated

bool ImageParams::animated = false

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

Referenced by operator==().

◆ colorspace

ustring ImageParams::colorspace

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

Referenced by image_associate_alpha(), and operator==().

◆ extension

ExtensionType ImageParams::extension = EXTENSION_CLIP

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

Referenced by operator==().

◆ frame

float ImageParams::frame = 0.0f

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

Referenced by operator==().

◆ interpolation

InterpolationType ImageParams::interpolation = INTERPOLATION_LINEAR

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

Referenced by operator==().


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