MagickCore 6.9.12
Loading...
Searching...
No Matches
_CubeInfo Struct Reference
Collaboration diagram for _CubeInfo:

Data Fields

NodeInforoot
 
ssize_t x
 
MagickOffsetType progress
 
size_t colors
 
size_t free_nodes
 
NodeInfonode_info
 
Nodesnode_queue
 
size_t maximum_colors
 
ssize_t transparent_index
 
MagickSizeType transparent_pixels
 
DoublePixelPacket target
 
MagickRealType distance
 
MagickRealType pruning_threshold
 
MagickRealType next_threshold
 
size_t nodes
 
size_t color_number
 
NodeInfonext_node
 
MemoryInfomemory_info
 
ssize_t * cache
 
DoublePixelPacket error [ErrorQueueLength]
 
MagickRealType diffusion
 
MagickRealType weights [ErrorQueueLength]
 
QuantizeInfoquantize_info
 
MagickBooleanType associate_alpha
 
ssize_t y
 
size_t depth
 
MagickOffsetType offset
 
MagickSizeType span
 

Detailed Description

Definition at line 101 of file histogram.c.

Field Documentation

◆ associate_alpha

MagickBooleanType _CubeInfo::associate_alpha

Definition at line 302 of file quantize.c.

◆ cache

ssize_t* _CubeInfo::cache

Definition at line 289 of file quantize.c.

◆ color_number

size_t _CubeInfo::color_number

Definition at line 277 of file quantize.c.

◆ colors

size_t _CubeInfo::colors

Definition at line 113 of file histogram.c.

◆ depth

size_t _CubeInfo::depth

Definition at line 309 of file quantize.c.

◆ diffusion

MagickRealType _CubeInfo::diffusion

Definition at line 295 of file quantize.c.

◆ distance

MagickRealType _CubeInfo::distance

Definition at line 270 of file quantize.c.

◆ error

DoublePixelPacket _CubeInfo::error[ErrorQueueLength]

Definition at line 292 of file quantize.c.

◆ free_nodes

size_t _CubeInfo::free_nodes

Definition at line 114 of file histogram.c.

◆ maximum_colors

size_t _CubeInfo::maximum_colors

Definition at line 258 of file quantize.c.

◆ memory_info

MemoryInfo* _CubeInfo::memory_info

Definition at line 286 of file quantize.c.

◆ next_node

NodeInfo* _CubeInfo::next_node

Definition at line 280 of file quantize.c.

◆ next_threshold

MagickRealType _CubeInfo::next_threshold

Definition at line 272 of file quantize.c.

◆ node_info

NodeInfo* _CubeInfo::node_info

Definition at line 117 of file histogram.c.

◆ node_queue

Nodes * _CubeInfo::node_queue

Definition at line 120 of file histogram.c.

◆ nodes

size_t _CubeInfo::nodes

Definition at line 275 of file quantize.c.

◆ offset

MagickOffsetType _CubeInfo::offset

Definition at line 312 of file quantize.c.

◆ progress

MagickOffsetType _CubeInfo::progress

Definition at line 110 of file histogram.c.

◆ pruning_threshold

MagickRealType _CubeInfo::pruning_threshold

Definition at line 271 of file quantize.c.

◆ quantize_info

QuantizeInfo* _CubeInfo::quantize_info

Definition at line 299 of file quantize.c.

◆ root

NodeInfo * _CubeInfo::root

Definition at line 104 of file histogram.c.

◆ span

MagickSizeType _CubeInfo::span

Definition at line 315 of file quantize.c.

◆ target

DoublePixelPacket _CubeInfo::target

Definition at line 267 of file quantize.c.

◆ transparent_index

ssize_t _CubeInfo::transparent_index

Definition at line 261 of file quantize.c.

◆ transparent_pixels

MagickSizeType _CubeInfo::transparent_pixels

Definition at line 264 of file quantize.c.

◆ weights

MagickRealType _CubeInfo::weights[ErrorQueueLength]

Definition at line 296 of file quantize.c.

◆ x

ssize_t _CubeInfo::x

Definition at line 107 of file histogram.c.

◆ y

ssize_t _CubeInfo::y

Definition at line 306 of file quantize.c.


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