Blender V5.0
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
int * zp
floatzfp
bool draw
bool color_manage
int use_default_view

Detailed Description

Definition at line 49 of file ed_util_imbuf.cc.

Member Data Documentation

◆ art

ARegionType* ImageSampleInfo::art

Definition at line 50 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 58 of file ed_util_imbuf.cc.

Referenced by image_sample_apply(), and sequencer_sample_apply().

◆ colf

float ImageSampleInfo::colf[4]

Definition at line 59 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 51 of file ed_util_imbuf.cc.

Referenced by ED_imbuf_sample_exit(), and ED_imbuf_sample_invoke().

◆ height

int ImageSampleInfo::height

Definition at line 55 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 71 of file ed_util_imbuf.cc.

Referenced by ED_imbuf_sample_draw(), and image_sample_apply().

◆ width

int ImageSampleInfo::width

Definition at line 55 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 61 of file ed_util_imbuf.cc.

◆ zf

float ImageSampleInfo::zf

Definition at line 62 of file ed_util_imbuf.cc.

◆ zfp

float* ImageSampleInfo::zfp

Definition at line 67 of file ed_util_imbuf.cc.

Referenced by image_sample_apply().

◆ zp

int* ImageSampleInfo::zp

Definition at line 66 of file ed_util_imbuf.cc.

Referenced by image_sample_apply().


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