|
Blender
V3.3
|
Public Attributes | |
| short | gen_type |
| uint | width |
| uint | height |
| unsigned char * | rect |
| float * | rect_float |
| float | fill_color [4] |
Definition at line 1018 of file source/blender/blenkernel/intern/image.cc.
| float ImageFillData::fill_color[4] |
Definition at line 1024 of file source/blender/blenkernel/intern/image.cc.
Referenced by image_buf_fill_isolated().
| short ImageFillData::gen_type |
Definition at line 1019 of file source/blender/blenkernel/intern/image.cc.
Referenced by image_buf_fill_isolated().
| uint ImageFillData::height |
Definition at line 1021 of file source/blender/blenkernel/intern/image.cc.
Referenced by image_buf_fill_isolated().
| unsigned char* ImageFillData::rect |
Definition at line 1022 of file source/blender/blenkernel/intern/image.cc.
Referenced by image_buf_fill_isolated().
| float* ImageFillData::rect_float |
Definition at line 1023 of file source/blender/blenkernel/intern/image.cc.
Referenced by image_buf_fill_isolated().
| uint ImageFillData::width |
Definition at line 1020 of file source/blender/blenkernel/intern/image.cc.
Referenced by image_buf_fill_isolated().