Blender  V3.3
Public Member Functions | Public Attributes | List of all members
FallbackTransform Struct Reference

Public Member Functions

 FallbackTransform ()
 
virtual ~FallbackTransform ()
 
void applyRGB (float *pixel)
 
void applyRGBA (float *pixel)
 
 MEM_CXX_CLASS_ALLOC_FUNCS ("FallbackTransform")
 

Public Attributes

TransformType type
 
float scale
 
float exponent
 

Detailed Description

Definition at line 39 of file fallback_impl.cc.

Constructor & Destructor Documentation

◆ FallbackTransform()

FallbackTransform::FallbackTransform ( )
inline

Definition at line 40 of file fallback_impl.cc.

◆ ~FallbackTransform()

virtual FallbackTransform::~FallbackTransform ( )
inlinevirtual

Definition at line 44 of file fallback_impl.cc.

Member Function Documentation

◆ applyRGB()

void FallbackTransform::applyRGB ( float pixel)
inline

◆ applyRGBA()

void FallbackTransform::applyRGBA ( float pixel)
inline

Definition at line 76 of file fallback_impl.cc.

References applyRGB().

Referenced by FallbackProcessor::applyRGBA().

◆ MEM_CXX_CLASS_ALLOC_FUNCS()

FallbackTransform::MEM_CXX_CLASS_ALLOC_FUNCS ( "FallbackTransform"  )

Member Data Documentation

◆ exponent

float FallbackTransform::exponent

Definition at line 85 of file fallback_impl.cc.

Referenced by applyRGB().

◆ scale

float FallbackTransform::scale

Definition at line 83 of file fallback_impl.cc.

Referenced by applyRGB().

◆ type

TransformType FallbackTransform::type

Definition at line 81 of file fallback_impl.cc.

Referenced by applyRGB().


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