|
Blender V4.3
|
Public Attributes | |
| short | gen_type |
| uint | width |
| uint | height |
| uchar * | rect |
| float * | rect_float |
| float | fill_color [4] |
Definition at line 1147 of file source/blender/blenkernel/intern/image.cc.
| float ImageFillData::fill_color[4] |
Definition at line 1153 of file source/blender/blenkernel/intern/image.cc.
Referenced by image_buf_fill_isolated().
| short ImageFillData::gen_type |
Definition at line 1148 of file source/blender/blenkernel/intern/image.cc.
Referenced by add_ibuf_for_tile(), and image_buf_fill_isolated().
| uint ImageFillData::height |
Definition at line 1150 of file source/blender/blenkernel/intern/image.cc.
Referenced by image_buf_fill_isolated().
| uchar* ImageFillData::rect |
Definition at line 1151 of file source/blender/blenkernel/intern/image.cc.
Referenced by image_buf_fill_isolated().
| float* ImageFillData::rect_float |
Definition at line 1152 of file source/blender/blenkernel/intern/image.cc.
Referenced by image_buf_fill_isolated().
| uint ImageFillData::width |
Definition at line 1149 of file source/blender/blenkernel/intern/image.cc.
Referenced by image_buf_fill_isolated().