Blender  V3.3
Public Attributes | List of all members
DisplayBufferThread Struct Reference

Public Attributes

ColormanageProcessorcm_processor
 
const floatbuffer
 
unsigned char * byte_buffer
 
floatdisplay_buffer
 
unsigned char * 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
 

Detailed Description

Definition at line 1440 of file colormanagement.c.

Member Data Documentation

◆ buffer

const float* DisplayBufferThread::buffer

◆ byte_buffer

unsigned char* DisplayBufferThread::byte_buffer

◆ byte_colorspace

const char* DisplayBufferThread::byte_colorspace

◆ channels

int DisplayBufferThread::channels

◆ cm_processor

ColormanageProcessor* DisplayBufferThread::cm_processor

◆ display_buffer

float* DisplayBufferThread::display_buffer

◆ display_buffer_byte

unsigned char* DisplayBufferThread::display_buffer_byte

◆ dither

float DisplayBufferThread::dither

◆ float_colorspace

const char* DisplayBufferThread::float_colorspace

◆ is_data

bool DisplayBufferThread::is_data

◆ predivide

bool DisplayBufferThread::predivide

◆ start_line

int DisplayBufferThread::start_line

Definition at line 1450 of file colormanagement.c.

Referenced by display_buffer_init_handle().

◆ tot_line

int DisplayBufferThread::tot_line

◆ width

int DisplayBufferThread::width

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