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

Public Attributes

ARegionTypeart
 
voiddraw_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 floatcolfp
 
int * zp
 
floatzfp
 
bool draw
 
bool color_manage
 
int use_default_view
 

Detailed Description

Definition at line 46 of file ed_util_imbuf.c.

Member Data Documentation

◆ art

ARegionType* ImageSampleInfo::art

Definition at line 47 of file ed_util_imbuf.c.

Referenced by ED_imbuf_sample_exit(), and ED_imbuf_sample_invoke().

◆ channels

int ImageSampleInfo::channels

◆ col

unsigned char ImageSampleInfo::col[4]

Definition at line 55 of file ed_util_imbuf.c.

Referenced by image_sample_apply(), and sequencer_sample_apply().

◆ colf

float ImageSampleInfo::colf[4]

Definition at line 56 of file ed_util_imbuf.c.

Referenced by image_sample_apply(), and sequencer_sample_apply().

◆ colfp

const float* ImageSampleInfo::colfp

◆ color_manage

bool ImageSampleInfo::color_manage

◆ colp

unsigned char* ImageSampleInfo::colp

◆ draw

bool ImageSampleInfo::draw

◆ draw_handle

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().

◆ height

int ImageSampleInfo::height

Definition at line 52 of file ed_util_imbuf.c.

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 68 of file ed_util_imbuf.c.

Referenced by ED_imbuf_sample_draw(), and image_sample_apply().

◆ width

int ImageSampleInfo::width

Definition at line 52 of file ed_util_imbuf.c.

Referenced by image_sample_apply().

◆ x

int ImageSampleInfo::x

◆ y

int ImageSampleInfo::y

◆ z

int ImageSampleInfo::z

Definition at line 58 of file ed_util_imbuf.c.

Referenced by image_sample_apply().

◆ zf

float ImageSampleInfo::zf

Definition at line 59 of file ed_util_imbuf.c.

Referenced by image_sample_apply().

◆ zfp

float* ImageSampleInfo::zfp

Definition at line 64 of file ed_util_imbuf.c.

Referenced by ED_imbuf_sample_draw(), and image_sample_apply().

◆ zp

int* ImageSampleInfo::zp

Definition at line 63 of file ed_util_imbuf.c.

Referenced by ED_imbuf_sample_draw(), and image_sample_apply().


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