Blender V4.3
ImageFillData Struct Reference

Public Attributes

short gen_type
 
uint width
 
uint height
 
ucharrect
 
floatrect_float
 
float fill_color [4]
 

Detailed Description

Definition at line 1147 of file source/blender/blenkernel/intern/image.cc.

Member Data Documentation

◆ fill_color

float ImageFillData::fill_color[4]

Definition at line 1153 of file source/blender/blenkernel/intern/image.cc.

Referenced by image_buf_fill_isolated().

◆ gen_type

short ImageFillData::gen_type

◆ height

uint ImageFillData::height

Definition at line 1150 of file source/blender/blenkernel/intern/image.cc.

Referenced by image_buf_fill_isolated().

◆ rect

uchar* ImageFillData::rect

Definition at line 1151 of file source/blender/blenkernel/intern/image.cc.

Referenced by image_buf_fill_isolated().

◆ rect_float

float* ImageFillData::rect_float

Definition at line 1152 of file source/blender/blenkernel/intern/image.cc.

Referenced by image_buf_fill_isolated().

◆ width

uint ImageFillData::width

Definition at line 1149 of file source/blender/blenkernel/intern/image.cc.

Referenced by image_buf_fill_isolated().


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