MagickCore
7.0.0
|
#include <draw.h>
Data Fields | |
GradientType | type |
RectangleInfo | bounding_box |
SegmentInfo | gradient_vector |
StopInfo * | stops |
size_t | number_stops |
SpreadMethod | spread |
MagickBooleanType | debug |
size_t | signature |
PointInfo | center |
double | radius |
RectangleInfo _GradientInfo::bounding_box |
Definition at line 152 of file draw.h.
Referenced by DrawGradientImage(), and GradientImage().
PointInfo _GradientInfo::center |
Definition at line 173 of file draw.h.
Referenced by GetStopColorOffset(), and GradientImage().
MagickBooleanType _GradientInfo::debug |
SegmentInfo _GradientInfo::gradient_vector |
Definition at line 155 of file draw.h.
Referenced by DrawGradientImage(), GetStopColorOffset(), and GradientImage().
size_t _GradientInfo::number_stops |
Definition at line 161 of file draw.h.
Referenced by CloneDrawInfo(), DrawGradientImage(), and GradientImage().
double _GradientInfo::radius |
Definition at line 176 of file draw.h.
Referenced by DrawGradientImage(), GetStopColorOffset(), and GradientImage().
SpreadMethod _GradientInfo::spread |
Definition at line 164 of file draw.h.
Referenced by DrawGradientImage(), GetStopColorOffset(), and GradientImage().
StopInfo* _GradientInfo::stops |
Definition at line 158 of file draw.h.
Referenced by CloneDrawInfo(), DestroyDrawInfo(), DrawGradientImage(), and GradientImage().
GradientType _GradientInfo::type |
Definition at line 149 of file draw.h.
Referenced by DrawGradientImage(), GetStopColorOffset(), and GradientImage().