Blender  V3.3
Public Attributes | List of all members
ImageFillData Struct Reference

Public Attributes

short gen_type
 
uint width
 
uint height
 
unsigned char * rect
 
floatrect_float
 
float fill_color [4]
 

Detailed Description

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

Member Data Documentation

◆ fill_color

float ImageFillData::fill_color[4]

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

Referenced by image_buf_fill_isolated().

◆ gen_type

short ImageFillData::gen_type

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

Referenced by image_buf_fill_isolated().

◆ height

uint ImageFillData::height

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

Referenced by image_buf_fill_isolated().

◆ rect

unsigned char* ImageFillData::rect

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

Referenced by image_buf_fill_isolated().

◆ rect_float

float* ImageFillData::rect_float

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

Referenced by image_buf_fill_isolated().

◆ width

uint ImageFillData::width

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