Blender
V3.3
|
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 |
Definition at line 39 of file fallback_impl.cc.
|
inline |
Definition at line 40 of file fallback_impl.cc.
|
inlinevirtual |
Definition at line 44 of file fallback_impl.cc.
Definition at line 48 of file fallback_impl.cc.
References exponent, linearrgb_to_srgb_v3_v3(), max, powf, scale, srgb_to_linearrgb_v3_v3(), TRANSFORM_EXPONENT, TRANSFORM_LINEAR_TO_SRGB, TRANSFORM_SCALE, TRANSFORM_SRGB_TO_LINEAR, and type.
Referenced by FallbackProcessor::applyRGB(), and applyRGBA().
Definition at line 76 of file fallback_impl.cc.
References applyRGB().
Referenced by FallbackProcessor::applyRGBA().
FallbackTransform::MEM_CXX_CLASS_ALLOC_FUNCS | ( | "FallbackTransform" | ) |
float FallbackTransform::exponent |
Definition at line 85 of file fallback_impl.cc.
Referenced by applyRGB().
float FallbackTransform::scale |
Definition at line 83 of file fallback_impl.cc.
Referenced by applyRGB().
TransformType FallbackTransform::type |
Definition at line 81 of file fallback_impl.cc.
Referenced by applyRGB().