|
Blender V4.3
|
Public Attributes | |
| OCIO_ConstCPUProcessorRcPtr * | processor |
| int | width |
| int | offset |
| int | stride |
| const uchar * | in_buffer |
| float * | out_buffer |
| bool | use_premultiply |
Definition at line 2410 of file colormanagement.cc.
| const uchar* ImbufByteToFloatData::in_buffer |
Definition at line 2414 of file colormanagement.cc.
| int ImbufByteToFloatData::offset |
Definition at line 2413 of file colormanagement.cc.
Referenced by imbuf_byte_to_float_cb().
| float* ImbufByteToFloatData::out_buffer |
Definition at line 2415 of file colormanagement.cc.
| OCIO_ConstCPUProcessorRcPtr* ImbufByteToFloatData::processor |
Definition at line 2411 of file colormanagement.cc.
Referenced by IMB_colormanagement_imbuf_to_float_texture().
| int ImbufByteToFloatData::stride |
Definition at line 2413 of file colormanagement.cc.
| bool ImbufByteToFloatData::use_premultiply |
Definition at line 2416 of file colormanagement.cc.
| int ImbufByteToFloatData::width |
Definition at line 2412 of file colormanagement.cc.