|
Blender V4.3
|
Public Attributes | |
| ColormanageProcessor * | cm_processor |
| const float * | buffer |
| uchar * | byte_buffer |
| float * | display_buffer |
| uchar * | display_buffer_byte |
| int | width |
| int | start_line |
| int | tot_line |
| int | channels |
| float | dither |
| bool | is_data |
| bool | predivide |
| const char * | byte_colorspace |
| const char * | float_colorspace |
Definition at line 1550 of file colormanagement.cc.
| const float* DisplayBufferThread::buffer |
Definition at line 1553 of file colormanagement.cc.
| uchar* DisplayBufferThread::byte_buffer |
Definition at line 1554 of file colormanagement.cc.
| const char* DisplayBufferThread::byte_colorspace |
Definition at line 1568 of file colormanagement.cc.
| int DisplayBufferThread::channels |
Definition at line 1563 of file colormanagement.cc.
| ColormanageProcessor* DisplayBufferThread::cm_processor |
Definition at line 1551 of file colormanagement.cc.
| float* DisplayBufferThread::display_buffer |
Definition at line 1556 of file colormanagement.cc.
| uchar* DisplayBufferThread::display_buffer_byte |
Definition at line 1557 of file colormanagement.cc.
| float DisplayBufferThread::dither |
Definition at line 1564 of file colormanagement.cc.
| const char* DisplayBufferThread::float_colorspace |
Definition at line 1569 of file colormanagement.cc.
| bool DisplayBufferThread::is_data |
Definition at line 1565 of file colormanagement.cc.
| bool DisplayBufferThread::predivide |
Definition at line 1566 of file colormanagement.cc.
| int DisplayBufferThread::start_line |
Definition at line 1560 of file colormanagement.cc.
| int DisplayBufferThread::tot_line |
Definition at line 1561 of file colormanagement.cc.
| int DisplayBufferThread::width |
Definition at line 1559 of file colormanagement.cc.