Go to the source code of this file.
|
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 *) |
|
◆ ColorInfo
◆ ErrorInfo
◆ ComplianceType
Enumerator |
---|
UndefinedCompliance | |
NoCompliance | |
CSSCompliance | |
SVGCompliance | |
X11Compliance | |
XPMCompliance | |
MVGCompliance | |
AllCompliance | |
Definition at line 28 of file color.h.
◆ ConcatenateColorComponent()
◆ GetColorInfo()
◆ GetColorInfoList()
Definition at line 1282 of file color.c.
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().
◆ GetColorList()
Definition at line 1375 of file color.c.
References AcquireQuantumMemory(), color_cache, color_semaphore, ColorCompare(), ConstantString(), GetColorInfo(), GetMagickModule, GetNextValueInLinkedList(), GetNumberOfElementsInLinkedList(), GlobExpression(), LockSemaphoreInfo(), LogMagickEvent(), MagickFalse, _ColorInfo::name, ResetLinkedListIterator(), _ColorInfo::stealth, TraceEvent, and UnlockSemaphoreInfo().
◆ GetColorTuple()
Definition at line 1518 of file color.c.
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(), and QueryColorname().
◆ IsEquivalentImage()
◆ ListColorInfo()
◆ QueryColorCompliance()
◆ QueryColorname()