Blender V4.3
ImageParams Class Reference

#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

Detailed Description

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

Constructor & Destructor Documentation

◆ ImageParams()

ImageParams::ImageParams ( )
inline

Member Function Documentation

◆ operator==()

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

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

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

Member Data Documentation

◆ alpha_type

ImageAlphaType ImageParams::alpha_type

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

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

◆ animated

bool ImageParams::animated

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

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

◆ colorspace

ustring ImageParams::colorspace

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

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

◆ extension

ExtensionType ImageParams::extension

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

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

◆ frame

float ImageParams::frame

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

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

◆ interpolation

InterpolationType ImageParams::interpolation

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

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


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