|
Blender V5.0
|
#include <BKE_image_wrappers.hh>
Public Member Functions | |
| ImageBufferAccessor (ImBuf &image_buffer) | |
| float4 | read_pixel (const int2 coordinate) |
| void | write_pixel (const int2 coordinate, float4 new_value) |
Public Attributes | |
| ImBuf & | image_buffer |
Definition at line 52 of file BKE_image_wrappers.hh.
|
inline |
Definition at line 57 of file BKE_image_wrappers.hh.
References image_buffer.
|
inline |
Definition at line 59 of file BKE_image_wrappers.hh.
References image_buffer, result, and rgba_uchar_to_float().
Referenced by blender::bke::pbvh::pixels::CopyPixelCommand::mix_source_and_write_destination().
|
inline |
Definition at line 76 of file BKE_image_wrappers.hh.
References copy_v4_v4(), image_buffer, and rgba_float_to_uchar().
Referenced by blender::bke::pbvh::pixels::CopyPixelCommand::mix_source_and_write_destination().
| ImBuf& blender::bke::image::ImageBufferAccessor< T, Channels >::image_buffer |
Definition at line 55 of file BKE_image_wrappers.hh.
Referenced by ImageBufferAccessor(), read_pixel(), and write_pixel().