#include "MagickCore/pixel.h"#include "MagickCore/exception.h"Go to the source code of this file.
Data Structures | |
| struct | _ColorInfo |
| struct | _ErrorInfo |
Typedefs | |
| typedef struct _ColorInfo | ColorInfo |
| typedef struct _ErrorInfo | ErrorInfo |
Enumerations | |
| enum | ComplianceType { UndefinedCompliance, NoCompliance = 0x0000, CSSCompliance = 0x0001, SVGCompliance = 0x0001, X11Compliance = 0x0002, XPMCompliance = 0x0004, MVGCompliance = 0x0008, AllCompliance = 0x7fffffff } |
Functions | |
| MagickExport char ** | GetColorList (const char *, size_t *, ExceptionInfo *) |
| MagickExport const ColorInfo * | GetColorInfo (const char *, ExceptionInfo *) |
| MagickExport const ColorInfo *** | GetColorInfoList (const char *, size_t *, ExceptionInfo *) |
| MagickExport MagickBooleanType | IsEquivalentImage (const Image *, const Image *, ssize_t *x, ssize_t *y, ExceptionInfo *) |
| MagickExport MagickBooleanType | ListColorInfo (FILE *, ExceptionInfo *) |
| MagickExport MagickBooleanType | QueryColorCompliance (const char *, const ComplianceType, PixelInfo *, ExceptionInfo *) |
| MagickExport MagickBooleanType | QueryColorname (const Image *, const PixelInfo *, const ComplianceType, char *, ExceptionInfo *) |
| MagickExport void | ConcatenateColorComponent (const PixelInfo *, const PixelChannel, const ComplianceType, char *) |
| MagickExport void | GetColorTuple (const PixelInfo *, const MagickBooleanType, char *) |
| typedef struct _ColorInfo ColorInfo |
| typedef struct _ErrorInfo ErrorInfo |
| enum ComplianceType |
| MagickExport void ConcatenateColorComponent | ( | const PixelInfo * | , | |
| const | PixelChannel, | |||
| const | ComplianceType, | |||
| char * | ||||
| ) |
| MagickExport const ColorInfo* GetColorInfo | ( | const char * | , | |
| ExceptionInfo * | ||||
| ) |
| MagickExport const ColorInfo* ** GetColorInfoList | ( | const char * | , | |
| size_t * | , | |||
| ExceptionInfo * | ||||
| ) |
References AcquireQuantumMemory(), color_cache, color_semaphore, ColorInfoCompare(), GetColorInfo(), GetMagickModule, GetNextValueInLinkedList(), GetNumberOfElementsInLinkedList(), GlobExpression(), LockSemaphoreInfo(), LogMagickEvent(), MagickFalse, _ColorInfo::name, ResetLinkedListIterator(), _ColorInfo::stealth, TraceEvent, and UnlockSemaphoreInfo().
Referenced by ListColorInfo().
| MagickExport char** GetColorList | ( | const char * | , | |
| size_t * | , | |||
| ExceptionInfo * | ||||
| ) |
References AcquireQuantumMemory(), color_cache, color_semaphore, ColorCompare(), ConstantString(), GetColorInfo(), GetMagickModule, GetNextValueInLinkedList(), GetNumberOfElementsInLinkedList(), GlobExpression(), LockSemaphoreInfo(), LogMagickEvent(), MagickFalse, _ColorInfo::name, ResetLinkedListIterator(), _ColorInfo::stealth, TraceEvent, and UnlockSemaphoreInfo().
Referenced by XColorBrowserWidget().
| MagickExport void GetColorTuple | ( | const PixelInfo * | , | |
| const | MagickBooleanType, | |||
| char * | ||||
| ) |
References _PixelInfo::alpha_trait, AlphaPixelChannel, BlackPixelChannel, BluePixelChannel, CMYKColorspace, _PixelInfo::colorspace, CommandOptionToMnemonic(), ConcatenateColorComponent(), ConcatenateMagickString(), ConcatentateHexColorComponent(), _PixelInfo::depth, GetMagickModule, GRAYColorspace, GrayPixelChannel, GreenPixelChannel, IsSVGCompliant(), LinearGRAYColorspace, LocaleLower(), LogMagickEvent(), MagickColorspaceOptions, MagickFalse, MagickPathExtent, RedPixelChannel, SVGCompliance, TraceEvent, and UndefinedPixelTrait.
Referenced by ConnectedComponentsImage(), GetNumberColors(), IdentifyImage(), InterpretImageProperties(), ListColorInfo(), QueryColorname(), and XMakeMagnifyImage().
| MagickExport MagickBooleanType IsEquivalentImage | ( | const Image * | , | |
| const Image * | , | |||
| ssize_t * | x, | |||
| ssize_t * | y, | |||
| ExceptionInfo * | ||||
| ) |
| MagickExport MagickBooleanType ListColorInfo | ( | FILE * | , | |
| ExceptionInfo * | ||||
| ) |
| MagickExport MagickBooleanType QueryColorCompliance | ( | const char * | , | |
| const | ComplianceType, | |||
| PixelInfo * | , | |||
| ExceptionInfo * | ||||
| ) |
| MagickExport MagickBooleanType QueryColorname | ( | const Image * | , | |
| const PixelInfo * | , | |||
| const | ComplianceType, | |||
| char * | , | |||
| ExceptionInfo * | ||||
| ) |
1.6.1