Byakuren 1.0.1
A theme color extracting library implemented by C.
Loading...
Searching...
No Matches
bkr_octree_reducible_list_node Struct Reference

Reducible list node structure for octree color quantization. More...

#include <bkr_common.h>

Data Fields

struct bkr_octree_nodenode
 Pointer to the octree node.
 
struct bkr_octree_reducible_list_nodenext
 Pointer to the next list node.
 

Detailed Description

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.

Field Documentation

◆ next

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.

◆ node

struct bkr_octree_node* bkr_octree_reducible_list_node::node

Pointer to the octree node.

Definition at line 134 of file bkr_common.h.


The documentation for this struct was generated from the following file: