GrafX2 2.9.3227
The ultimate 256-color painting program
|
Color cluster. More...
#include <op_c.h>
Data Fields | |
struct S_Cluster * | next |
int | occurences |
byte | rmin |
byte | rmax |
byte | vmin |
byte | vmax |
byte | bmin |
byte | bmax |
byte | Rmin |
byte | Rmax |
byte | Gmin |
byte | Vmax |
byte | Bmin |
byte | Bmax |
union U_Cluster_Data | data |
Color cluster.
struct S_Cluster* T_Cluster::next |
int T_Cluster::occurences |
Referenced by Cluster_compute_hue(), Cluster_pack(), Cluster_split(), and CS_Generate().
byte T_Cluster::rmin |
Referenced by Cluster_compute_hue(), Cluster_pack(), Cluster_split(), and CS_Init().
byte T_Cluster::rmax |
Referenced by Cluster_pack(), Cluster_split(), and CS_Init().
byte T_Cluster::vmin |
Referenced by Cluster_compute_hue(), Cluster_pack(), Cluster_split(), and CS_Init().
byte T_Cluster::vmax |
Referenced by Cluster_pack(), Cluster_split(), and CS_Init().
byte T_Cluster::bmin |
Referenced by Cluster_compute_hue(), Cluster_pack(), Cluster_split(), and CS_Init().
byte T_Cluster::bmax |
Referenced by Cluster_pack(), Cluster_split(), and CS_Init().
byte T_Cluster::Rmin |
Referenced by Cluster_split(), CS_Generate(), CS_Generate_color_table_and_palette(), and CS_Init().
byte T_Cluster::Rmax |
Referenced by Cluster_split(), CS_Generate(), CS_Generate_color_table_and_palette(), and CS_Init().
byte T_Cluster::Gmin |
Referenced by Cluster_split(), CS_Generate(), CS_Generate_color_table_and_palette(), and CS_Init().
byte T_Cluster::Vmax |
Referenced by Cluster_split(), CS_Generate(), CS_Generate_color_table_and_palette(), and CS_Init().
byte T_Cluster::Bmin |
Referenced by Cluster_split(), CS_Generate(), CS_Generate_color_table_and_palette(), and CS_Init().
byte T_Cluster::Bmax |
Referenced by Cluster_split(), CS_Generate(), CS_Generate_color_table_and_palette(), and CS_Init().
union U_Cluster_Data T_Cluster::data |