Blender
V3.3
|
Public Attributes | |
ARegionType * | art |
void * | draw_handle |
int | x |
int | y |
int | channels |
int | width |
int | height |
int | sample_size |
unsigned char | col [4] |
float | colf [4] |
float | linearcol [4] |
int | z |
float | zf |
unsigned char * | colp |
const float * | colfp |
int * | zp |
float * | zfp |
bool | draw |
bool | color_manage |
int | use_default_view |
Definition at line 46 of file ed_util_imbuf.c.
ARegionType* ImageSampleInfo::art |
Definition at line 47 of file ed_util_imbuf.c.
Referenced by ED_imbuf_sample_exit(), and ED_imbuf_sample_invoke().
int ImageSampleInfo::channels |
Definition at line 50 of file ed_util_imbuf.c.
Referenced by ED_imbuf_sample_draw(), image_sample_apply(), and sequencer_sample_apply().
unsigned char ImageSampleInfo::col[4] |
Definition at line 55 of file ed_util_imbuf.c.
Referenced by image_sample_apply(), and sequencer_sample_apply().
float ImageSampleInfo::colf[4] |
Definition at line 56 of file ed_util_imbuf.c.
Referenced by image_sample_apply(), and sequencer_sample_apply().
const float* ImageSampleInfo::colfp |
Definition at line 62 of file ed_util_imbuf.c.
Referenced by ED_imbuf_sample_draw(), image_sample_apply(), and sequencer_sample_apply().
bool ImageSampleInfo::color_manage |
Definition at line 67 of file ed_util_imbuf.c.
Referenced by ED_imbuf_sample_draw(), image_sample_apply(), and sequencer_sample_apply().
unsigned char* ImageSampleInfo::colp |
Definition at line 61 of file ed_util_imbuf.c.
Referenced by ED_imbuf_sample_draw(), image_sample_apply(), and sequencer_sample_apply().
bool ImageSampleInfo::draw |
Definition at line 66 of file ed_util_imbuf.c.
Referenced by ED_imbuf_sample_draw(), image_sample_apply(), and sequencer_sample_apply().
void* ImageSampleInfo::draw_handle |
Definition at line 48 of file ed_util_imbuf.c.
Referenced by ED_imbuf_sample_exit(), and ED_imbuf_sample_invoke().
int ImageSampleInfo::height |
Definition at line 52 of file ed_util_imbuf.c.
Referenced by image_sample_apply().
float ImageSampleInfo::linearcol[4] |
Definition at line 57 of file ed_util_imbuf.c.
Referenced by ED_imbuf_sample_draw(), image_sample_apply(), and sequencer_sample_apply().
int ImageSampleInfo::sample_size |
Definition at line 53 of file ed_util_imbuf.c.
Referenced by ED_imbuf_sample_draw(), ED_imbuf_sample_invoke(), and image_sample_apply().
int ImageSampleInfo::use_default_view |
Definition at line 68 of file ed_util_imbuf.c.
Referenced by ED_imbuf_sample_draw(), and image_sample_apply().
int ImageSampleInfo::width |
Definition at line 52 of file ed_util_imbuf.c.
Referenced by image_sample_apply().
int ImageSampleInfo::x |
Definition at line 49 of file ed_util_imbuf.c.
Referenced by ED_imbuf_sample_draw(), image_sample_apply(), and sequencer_sample_apply().
int ImageSampleInfo::y |
Definition at line 49 of file ed_util_imbuf.c.
Referenced by ED_imbuf_sample_draw(), image_sample_apply(), and sequencer_sample_apply().
int ImageSampleInfo::z |
Definition at line 58 of file ed_util_imbuf.c.
Referenced by image_sample_apply().
float ImageSampleInfo::zf |
Definition at line 59 of file ed_util_imbuf.c.
Referenced by image_sample_apply().
float* ImageSampleInfo::zfp |
Definition at line 64 of file ed_util_imbuf.c.
Referenced by ED_imbuf_sample_draw(), and image_sample_apply().
int* ImageSampleInfo::zp |
Definition at line 63 of file ed_util_imbuf.c.
Referenced by ED_imbuf_sample_draw(), and image_sample_apply().