Blender  V2.93
Public Attributes | List of all members
ImageSampleInfo Struct Reference

Public Attributes

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

Detailed Description

Definition at line 405 of file node_view.c.

Member Data Documentation

◆ art

ARegionType * ImageSampleInfo::art

◆ channels

int ImageSampleInfo::channels

◆ col [1/2]

uchar ImageSampleInfo::col[4]

Definition at line 411 of file node_view.c.

Referenced by image_sample_apply(), sample_apply(), sample_draw(), and sequencer_sample_apply().

◆ col [2/2]

unsigned char ImageSampleInfo::col[4]

Definition at line 71 of file ed_util_imbuf.c.

◆ colf

float ImageSampleInfo::colf

Definition at line 412 of file node_view.c.

Referenced by image_sample_apply(), sample_apply(), sample_draw(), and sequencer_sample_apply().

◆ colfp

const float* ImageSampleInfo::colfp

◆ color_manage [1/2]

int ImageSampleInfo::color_manage

◆ color_manage [2/2]

bool ImageSampleInfo::color_manage

Definition at line 83 of file ed_util_imbuf.c.

◆ colp

unsigned char* ImageSampleInfo::colp

◆ draw [1/2]

int ImageSampleInfo::draw

◆ draw [2/2]

bool ImageSampleInfo::draw

Definition at line 82 of file ed_util_imbuf.c.

◆ draw_handle

void * ImageSampleInfo::draw_handle

◆ height

int ImageSampleInfo::height

Definition at line 68 of file ed_util_imbuf.c.

Referenced by image_sample_apply().

◆ linearcol

float ImageSampleInfo::linearcol

◆ sample_size

int ImageSampleInfo::sample_size

◆ use_default_view

int ImageSampleInfo::use_default_view

Definition at line 84 of file ed_util_imbuf.c.

Referenced by ED_imbuf_sample_draw(), and image_sample_apply().

◆ width

int ImageSampleInfo::width

Definition at line 68 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 415 of file node_view.c.

Referenced by image_sample_apply(), and sample_apply().

◆ zf

float ImageSampleInfo::zf

Definition at line 416 of file node_view.c.

Referenced by image_sample_apply(), and sample_apply().

◆ zfp

float * ImageSampleInfo::zfp

Definition at line 419 of file node_view.c.

Referenced by ED_imbuf_sample_draw(), image_sample_apply(), sample_apply(), and sample_draw().

◆ zp

int * ImageSampleInfo::zp

Definition at line 418 of file node_view.c.

Referenced by ED_imbuf_sample_draw(), image_sample_apply(), sample_apply(), and sample_draw().


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