Blender V4.3
DisplayBufferThread Struct Reference

Public Attributes

ColormanageProcessorcm_processor
 
const floatbuffer
 
ucharbyte_buffer
 
floatdisplay_buffer
 
uchardisplay_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
 

Detailed Description

Definition at line 1550 of file colormanagement.cc.

Member Data Documentation

◆ buffer

const float* DisplayBufferThread::buffer

Definition at line 1553 of file colormanagement.cc.

◆ byte_buffer

uchar* DisplayBufferThread::byte_buffer

Definition at line 1554 of file colormanagement.cc.

◆ byte_colorspace

const char* DisplayBufferThread::byte_colorspace

Definition at line 1568 of file colormanagement.cc.

◆ channels

int DisplayBufferThread::channels

Definition at line 1563 of file colormanagement.cc.

◆ cm_processor

ColormanageProcessor* DisplayBufferThread::cm_processor

Definition at line 1551 of file colormanagement.cc.

◆ display_buffer

float* DisplayBufferThread::display_buffer

Definition at line 1556 of file colormanagement.cc.

◆ display_buffer_byte

uchar* DisplayBufferThread::display_buffer_byte

Definition at line 1557 of file colormanagement.cc.

◆ dither

float DisplayBufferThread::dither

Definition at line 1564 of file colormanagement.cc.

◆ float_colorspace

const char* DisplayBufferThread::float_colorspace

Definition at line 1569 of file colormanagement.cc.

◆ is_data

bool DisplayBufferThread::is_data

Definition at line 1565 of file colormanagement.cc.

◆ predivide

bool DisplayBufferThread::predivide

Definition at line 1566 of file colormanagement.cc.

◆ start_line

int DisplayBufferThread::start_line

Definition at line 1560 of file colormanagement.cc.

◆ tot_line

int DisplayBufferThread::tot_line

Definition at line 1561 of file colormanagement.cc.

◆ width

int DisplayBufferThread::width

Definition at line 1559 of file colormanagement.cc.


The documentation for this struct was generated from the following file: