|
Blender
V2.93
|
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 123 of file colorband.c.
| struct ColorResampleElem* ColorResampleElem::next |
Definition at line 124 of file colorband.c.
Referenced by colorband_init_from_table_rgba_resample().
| HeapNode* ColorResampleElem::node |
Definition at line 125 of file colorband.c.
Referenced by colorband_init_from_table_rgba_resample().
| float ColorResampleElem::pos |
Definition at line 127 of file colorband.c.
| struct ColorResampleElem * ColorResampleElem::prev |
Definition at line 124 of file colorband.c.
Referenced by colorband_init_from_table_rgba_resample().
| float ColorResampleElem::rgba[4] |
Definition at line 126 of file colorband.c.
Referenced by colorband_init_from_table_rgba_resample().