|
Blender V5.0
|
#include <modifier.hh>
Public Member Functions | |
| MaskSamplerDirectByte (const ImBuf *mask) | |
| void | begin_row (int64_t y) |
| void | apply_mask (const float4 input, float4 &result) |
| float | load_mask_min () |
Public Attributes | |
| const uchar * | ptr = nullptr |
| const ImBuf * | mask |
Definition at line 127 of file modifier.hh.
|
inline |
Definition at line 128 of file modifier.hh.
References BLI_assert, and mask.
Definition at line 137 of file modifier.hh.
References input, blender::math::interpolate(), ptr, result, and rgb_uchar_to_float().
|
inline |
Definition at line 132 of file modifier.hh.
References BLI_assert, mask, ptr, and y.
|
inline |
Definition at line 146 of file modifier.hh.
| const ImBuf* blender::seq::MaskSamplerDirectByte::mask |
Definition at line 153 of file modifier.hh.
Referenced by begin_row(), and MaskSamplerDirectByte().
Definition at line 152 of file modifier.hh.
Referenced by apply_mask(), begin_row(), and load_mask_min().