Blender V4.5
ImageFillData Struct Reference

Public Attributes

short gen_type
 
uint width
 
uint height
 
ucharrect
 
float * rect_float
 
float fill_color [4]
 

Detailed Description

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

Member Data Documentation

◆ fill_color

float ImageFillData::fill_color[4]

Definition at line 1140 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 1137 of file source/blender/blenkernel/intern/image.cc.

Referenced by image_buf_fill_isolated().

◆ rect

uchar* ImageFillData::rect

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

Referenced by image_buf_fill_isolated().

◆ rect_float

float* ImageFillData::rect_float

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

Referenced by image_buf_fill_isolated().

◆ width

uint ImageFillData::width

Definition at line 1136 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: