|
Blender V4.3
|
Public Attributes | |
| ColormanageProcessor * | cm_processor |
| uchar * | byte_buffer |
| float * | float_buffer |
| int | width |
| int | start_line |
| int | tot_line |
| int | channels |
| bool | predivide |
| bool | float_from_byte |
Definition at line 1956 of file colormanagement.cc.
| uchar* ProcessorTransformThread::byte_buffer |
Definition at line 1958 of file colormanagement.cc.
Referenced by do_processor_transform_thread().
| int ProcessorTransformThread::channels |
Definition at line 1963 of file colormanagement.cc.
| ColormanageProcessor* ProcessorTransformThread::cm_processor |
Definition at line 1957 of file colormanagement.cc.
| float* ProcessorTransformThread::float_buffer |
Definition at line 1959 of file colormanagement.cc.
| bool ProcessorTransformThread::float_from_byte |
Definition at line 1965 of file colormanagement.cc.
| bool ProcessorTransformThread::predivide |
Definition at line 1964 of file colormanagement.cc.
| int ProcessorTransformThread::start_line |
Definition at line 1961 of file colormanagement.cc.
| int ProcessorTransformThread::tot_line |
Definition at line 1962 of file colormanagement.cc.
| int ProcessorTransformThread::width |
Definition at line 1960 of file colormanagement.cc.