#include "MagickCore/fx.h"#include "MagickCore/random_.h"Go to the source code of this file.
Functions | |
| MagickExport double | ExpandAffine (const AffineMatrix *) |
| MagickExport void | ConvertHSLToRGB (const double, const double, const double, double *, double *, double *) |
| MagickExport void | ConvertRGBToHSL (const double, const double, const double, double *, double *, double *) |
| MagickExport void ConvertHSLToRGB | ( | const | double, | |
| const | double, | |||
| const | double, | |||
| double * | , | |||
| double * | , | |||
| double * | ||||
| ) |
| MagickExport void ConvertRGBToHSL | ( | const | double, | |
| const | double, | |||
| const | double, | |||
| double * | , | |||
| double * | , | |||
| double * | ||||
| ) |
References MagickEpsilon, MagickMax, MagickMin, and QuantumScale.
Referenced by ColorThresholdImage(), FxGetSymbol(), ModulateHSL(), and sRGBTransformImage().
| MagickExport double ExpandAffine | ( | const AffineMatrix * | ) |
References _AffineMatrix::rx, _AffineMatrix::ry, _AffineMatrix::sx, and _AffineMatrix::sy.
Referenced by DrawBoundingRectangles(), DrawDashPolygon(), DrawPolygonPrimitive(), DrawPrimitive(), RenderMVGContent(), RenderPostscript(), TraceStrokePolygon(), and XRenderImage().
1.6.1