|
Blender V4.3
|
Public Attributes | |
| ColorResampleElem * | next |
| 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.cc.
| ColorResampleElem* ColorResampleElem::next |
Definition at line 108 of file colorband.cc.
Referenced by color_sample_remove_cost(), and colorband_init_from_table_rgba_resample().
| HeapNode* ColorResampleElem::node |
Definition at line 109 of file colorband.cc.
Referenced by colorband_init_from_table_rgba_resample().
| float ColorResampleElem::pos |
Definition at line 111 of file colorband.cc.
Referenced by color_sample_remove_cost(), and colorband_init_from_table_rgba_resample().
| ColorResampleElem * ColorResampleElem::prev |
Definition at line 108 of file colorband.cc.
Referenced by color_sample_remove_cost(), and colorband_init_from_table_rgba_resample().
| float ColorResampleElem::rgba[4] |
Definition at line 110 of file colorband.cc.
Referenced by color_sample_remove_cost(), and colorband_init_from_table_rgba_resample().