|
Blender V5.0
|
Public Attributes | |
| short | gen_type |
| uint | width |
| uint | height |
| uchar * | rect |
| float * | rect_float |
| float | fill_color [4] |
Definition at line 1135 of file source/blender/blenkernel/intern/image.cc.
| float ImageFillData::fill_color[4] |
Definition at line 1141 of file source/blender/blenkernel/intern/image.cc.
Referenced by image_buf_fill_isolated().
| short ImageFillData::gen_type |
Definition at line 1136 of file source/blender/blenkernel/intern/image.cc.
Referenced by image_buf_fill_isolated().
| uint ImageFillData::height |
Definition at line 1138 of file source/blender/blenkernel/intern/image.cc.
Referenced by image_buf_fill_isolated().
| uchar* ImageFillData::rect |
Definition at line 1139 of file source/blender/blenkernel/intern/image.cc.
Referenced by image_buf_fill_isolated().
| float* ImageFillData::rect_float |
Definition at line 1140 of file source/blender/blenkernel/intern/image.cc.
Referenced by image_buf_fill_isolated().
| uint ImageFillData::width |
Definition at line 1137 of file source/blender/blenkernel/intern/image.cc.
Referenced by image_buf_fill_isolated().