MagickCore 6.9.13
Loading...
Searching...
No Matches
_QCubeInfo Struct Reference
Collaboration diagram for _QCubeInfo:

Data Fields

QNodeInforoot
 
size_t colors
 
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 free_nodes
 
size_t color_number
 
QNodeInfonext_node
 
QNodesnode_queue
 
MemoryInfomemory_info
 
ssize_t * cache
 
DoublePixelPacket error [ErrorQueueLength]
 
MagickRealType diffusion
 
MagickRealType weights [ErrorQueueLength]
 
QuantizeInfoquantize_info
 
MagickBooleanType associate_alpha
 
ssize_t x
 
ssize_t y
 
size_t depth
 
MagickOffsetType offset
 
MagickSizeType span
 

Detailed Description

Definition at line 251 of file quantize.c.

Field Documentation

◆ associate_alpha

MagickBooleanType _QCubeInfo::associate_alpha

Definition at line 302 of file quantize.c.

◆ cache

ssize_t* _QCubeInfo::cache

Definition at line 289 of file quantize.c.

◆ color_number

size_t _QCubeInfo::color_number

Definition at line 277 of file quantize.c.

◆ colors

size_t _QCubeInfo::colors

Definition at line 257 of file quantize.c.

◆ depth

size_t _QCubeInfo::depth

Definition at line 309 of file quantize.c.

◆ diffusion

MagickRealType _QCubeInfo::diffusion

Definition at line 295 of file quantize.c.

◆ distance

MagickRealType _QCubeInfo::distance

Definition at line 270 of file quantize.c.

◆ error

DoublePixelPacket _QCubeInfo::error[ErrorQueueLength]

Definition at line 292 of file quantize.c.

◆ free_nodes

size_t _QCubeInfo::free_nodes

Definition at line 276 of file quantize.c.

◆ maximum_colors

size_t _QCubeInfo::maximum_colors

Definition at line 258 of file quantize.c.

◆ memory_info

MemoryInfo* _QCubeInfo::memory_info

Definition at line 286 of file quantize.c.

◆ next_node

QNodeInfo* _QCubeInfo::next_node

Definition at line 280 of file quantize.c.

◆ next_threshold

MagickRealType _QCubeInfo::next_threshold

Definition at line 272 of file quantize.c.

◆ node_queue

QNodes* _QCubeInfo::node_queue

Definition at line 283 of file quantize.c.

◆ nodes

size_t _QCubeInfo::nodes

Definition at line 275 of file quantize.c.

◆ offset

MagickOffsetType _QCubeInfo::offset

Definition at line 312 of file quantize.c.

◆ pruning_threshold

MagickRealType _QCubeInfo::pruning_threshold

Definition at line 271 of file quantize.c.

◆ quantize_info

QuantizeInfo* _QCubeInfo::quantize_info

Definition at line 299 of file quantize.c.

◆ root

QNodeInfo* _QCubeInfo::root

Definition at line 254 of file quantize.c.

◆ span

MagickSizeType _QCubeInfo::span

Definition at line 315 of file quantize.c.

◆ target

DoublePixelPacket _QCubeInfo::target

Definition at line 267 of file quantize.c.

◆ transparent_index

ssize_t _QCubeInfo::transparent_index

Definition at line 261 of file quantize.c.

◆ transparent_pixels

MagickSizeType _QCubeInfo::transparent_pixels

Definition at line 264 of file quantize.c.

◆ weights

MagickRealType _QCubeInfo::weights[ErrorQueueLength]

Definition at line 296 of file quantize.c.

◆ x

ssize_t _QCubeInfo::x

Definition at line 305 of file quantize.c.

◆ y

ssize_t _QCubeInfo::y

Definition at line 306 of file quantize.c.


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