
Definition at line 363 of file color.c.
Data Fields | |
| NodeInfo * | root |
| long | x |
| long | progress |
| unsigned long | colors |
| unsigned long | free_nodes |
| NodeInfo * | node_info |
| Nodes * | node_queue |
| unsigned long | maximum_colors |
| long | transparent_index |
| MagickSizeType | transparent_pixels |
| RealPixelPacket | target |
| MagickRealType | distance |
| MagickRealType | pruning_threshold |
| MagickRealType | next_threshold |
| unsigned long | nodes |
| unsigned long | color_number |
| NodeInfo * | next_node |
| long * | cache |
| RealPixelPacket | error [ErrorQueueLength] |
| MagickRealType | weights [ErrorQueueLength] |
| QuantizeInfo * | quantize_info |
| long | y |
| unsigned long | depth |
| MagickOffsetType | offset |
| MagickSizeType | span |
Definition at line 366 of file color.c.
Referenced by AssignImageColors(), ClassifyImageColors(), DestroyCubeInfo(), FloydSteinbergDither(), GetCubeInfo(), GetImageHistogram(), IsHistogramImage(), IsPaletteImage(), ReduceImageColors(), RiemersmaDither(), and UniqueImageColors().
| long _CubeInfo::x |
Definition at line 369 of file color.c.
Referenced by DitherImage(), RiemersmaDither(), and UniqueColorsToImage().
| long _CubeInfo::progress |
| unsigned long _CubeInfo::colors |
Definition at line 373 of file color.c.
Referenced by AffinityImage(), AffinityImages(), AssignImageColors(), ClassifyImageColors(), GetImageHistogram(), GetNumberColors(), IsHistogramImage(), IsPaletteImage(), Reduce(), ReduceImageColors(), UniqueColorsToImage(), and UniqueImageColors().
| unsigned long _CubeInfo::free_nodes |
| unsigned long _CubeInfo::maximum_colors |
Definition at line 245 of file quantize.c.
Referenced by ClassifyImageColors(), GetCubeInfo(), and ReduceImageColors().
Definition at line 249 of file quantize.c.
Referenced by AssignImageColors(), and DefineImageColormap().
Definition at line 252 of file quantize.c.
Referenced by AssignImageColors(), and DefineImageColormap().
Definition at line 255 of file quantize.c.
Referenced by AssignImageColors(), ClosestColor(), FloydSteinbergDither(), and RiemersmaDither().
Definition at line 258 of file quantize.c.
Referenced by AssignImageColors(), ClosestColor(), FloydSteinbergDither(), and RiemersmaDither().
| unsigned long _CubeInfo::nodes |
Definition at line 263 of file quantize.c.
Referenced by ClassifyImageColors(), GetNodeInfo(), and PruneChild().
| unsigned long _CubeInfo::color_number |
Definition at line 263 of file quantize.c.
Referenced by AssignImageColors(), ClosestColor(), FloydSteinbergDither(), and RiemersmaDither().
| long* _CubeInfo::cache |
Definition at line 274 of file quantize.c.
Referenced by DestroyCubeInfo(), FloydSteinbergDither(), GetCubeInfo(), and RiemersmaDither().
| RealPixelPacket _CubeInfo::error[ErrorQueueLength] |
| MagickRealType _CubeInfo::weights[ErrorQueueLength] |
Definition at line 283 of file quantize.c.
Referenced by AffinityImage(), AffinityImages(), AssignImageColors(), ClassifyImageColors(), DestroyCubeInfo(), DitherImage(), FloydSteinbergDither(), GetCubeInfo(), IsAssociatedAlpha(), and RiemersmaDither().
| long _CubeInfo::y |
| unsigned long _CubeInfo::depth |
Definition at line 290 of file quantize.c.
Referenced by ClassifyImageColors(), GetCubeInfo(), PruneLevel(), and PruneToCubeDepth().
Definition at line 293 of file quantize.c.
Referenced by DitherImage(), FloydSteinbergDither(), and RiemersmaDither().
Definition at line 296 of file quantize.c.
Referenced by DitherImage(), FloydSteinbergDither(), and RiemersmaDither().
1.5.6