Blender V4.3
ImageSampleInfo Struct Reference

Public Attributes

ARegionTypeart
 
void * draw_handle
 
int x
 
int y
 
int channels
 
int width
 
int height
 
int sample_size
 
uchar col [4]
 
float colf [4]
 
float linearcol [4]
 
int z
 
float zf
 
ucharcolp
 
const floatcolfp
 
intzp
 
floatzfp
 
bool draw
 
bool color_manage
 
int use_default_view
 

Detailed Description

Definition at line 48 of file ed_util_imbuf.cc.

Member Data Documentation

◆ art

ARegionType* ImageSampleInfo::art

Definition at line 49 of file ed_util_imbuf.cc.

Referenced by ED_imbuf_sample_exit(), and ED_imbuf_sample_invoke().

◆ channels

int ImageSampleInfo::channels

◆ col

uchar ImageSampleInfo::col[4]

Definition at line 57 of file ed_util_imbuf.cc.

Referenced by image_sample_apply(), and sequencer_sample_apply().

◆ colf

float ImageSampleInfo::colf[4]

Definition at line 58 of file ed_util_imbuf.cc.

Referenced by image_sample_apply(), and sequencer_sample_apply().

◆ colfp

const float* ImageSampleInfo::colfp

◆ color_manage

bool ImageSampleInfo::color_manage

◆ colp

uchar* ImageSampleInfo::colp

◆ draw

bool ImageSampleInfo::draw

◆ draw_handle

void* ImageSampleInfo::draw_handle

Definition at line 50 of file ed_util_imbuf.cc.

Referenced by ED_imbuf_sample_exit(), and ED_imbuf_sample_invoke().

◆ height

int ImageSampleInfo::height

Definition at line 54 of file ed_util_imbuf.cc.

Referenced by image_sample_apply().

◆ linearcol

float ImageSampleInfo::linearcol[4]

◆ sample_size

int ImageSampleInfo::sample_size

◆ use_default_view

int ImageSampleInfo::use_default_view

Definition at line 70 of file ed_util_imbuf.cc.

Referenced by ED_imbuf_sample_draw(), and image_sample_apply().

◆ width

int ImageSampleInfo::width

Definition at line 54 of file ed_util_imbuf.cc.

Referenced by image_sample_apply().

◆ x

int ImageSampleInfo::x

◆ y

int ImageSampleInfo::y

◆ z

int ImageSampleInfo::z

Definition at line 60 of file ed_util_imbuf.cc.

◆ zf

float ImageSampleInfo::zf

Definition at line 61 of file ed_util_imbuf.cc.

◆ zfp

float* ImageSampleInfo::zfp

Definition at line 66 of file ed_util_imbuf.cc.

Referenced by image_sample_apply().

◆ zp

int* ImageSampleInfo::zp

Definition at line 65 of file ed_util_imbuf.cc.

Referenced by image_sample_apply().


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