Blender
V3.3
|
Public Attributes | |
struct ColorResampleElem * | next |
struct ColorResampleElem * | prev |
HeapNode * | node |
float | rgba [4] |
float | pos |
Used for calculating which samples of a color-band to remove (when simplifying).
Definition at line 107 of file colorband.c.
struct ColorResampleElem* ColorResampleElem::next |
Definition at line 108 of file colorband.c.
Referenced by colorband_init_from_table_rgba_resample().
HeapNode* ColorResampleElem::node |
Definition at line 109 of file colorband.c.
Referenced by colorband_init_from_table_rgba_resample().
float ColorResampleElem::pos |
Definition at line 111 of file colorband.c.
struct ColorResampleElem * ColorResampleElem::prev |
Definition at line 108 of file colorband.c.
Referenced by colorband_init_from_table_rgba_resample().
float ColorResampleElem::rgba[4] |
Definition at line 110 of file colorband.c.