Byakuren 1.0.1
A theme color extracting library implemented by C.
|
Reducible list node structure for octree color quantization. More...
#include <bkr_common.h>
Data Fields | |
struct bkr_octree_node * | node |
Pointer to the octree node. | |
struct bkr_octree_reducible_list_node * | next |
Pointer to the next list node. | |
Reducible list node structure for octree color quantization.
This structure is used to maintain a list of reducible nodes in the octree. It is part of the mechanism for merging nodes during color reduction.
Definition at line 133 of file bkr_common.h.
struct bkr_octree_reducible_list_node* bkr_octree_reducible_list_node::next |
Pointer to the next list node.
Definition at line 136 of file bkr_common.h.
struct bkr_octree_node* bkr_octree_reducible_list_node::node |
Pointer to the octree node.
Definition at line 134 of file bkr_common.h.