dmagick v0.2.0 (2017-05-25T20:44:29Z)
Dub
Repo
GradientInfo
dmagick
c
draw
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
GradientInfo {
GradientType
type
;
RectangleInfo
bounding_box
;
SegmentInfo
gradient_vector
;
StopInfo
*
stops
;
size_t
number_stops
;
SpreadMethod
spread
;
MagickBooleanType
ddebug
;
size_t
signature
;
PointInfo
center
;
MagickRealType
radius
;
static if
(
MagickLibVersion >= 0x693
)
MagickRealType
angle
;
static if
(
MagickLibVersion >= 0x693
)
PointInfo
radii
;
}
Members
Variables
angle
MagickRealType
angle
;
Undocumented in source.
bounding_box
RectangleInfo
bounding_box
;
Undocumented in source.
center
PointInfo
center
;
Undocumented in source.
ddebug
MagickBooleanType
ddebug
;
Undocumented in source.
gradient_vector
SegmentInfo
gradient_vector
;
Undocumented in source.
number_stops
size_t
number_stops
;
Undocumented in source.
radii
PointInfo
radii
;
Undocumented in source.
radius
MagickRealType
radius
;
Undocumented in source.
signature
size_t
signature
;
Undocumented in source.
spread
SpreadMethod
spread
;
Undocumented in source.
stops
StopInfo
*
stops
;
Undocumented in source.
type
GradientType
type
;
Undocumented in source.
Meta
Source
See Implementation
dmagick
c
draw
enums
AlignType
ClipPathUnits
DecorationType
DirectionType
FillRule
GradientType
LineCap
LineJoin
PaintMethod
PrimitiveType
ReferenceType
SpreadMethod
functions
AcquireDrawInfo
CloneDrawInfo
DestroyDrawInfo
DrawAffineImage
DrawClipPath
DrawGradientImage
DrawImage
DrawPatternPath
DrawPrimitive
GetAffineMatrix
GetDrawInfo
structs
DrawInfo
ElementReference
GradientInfo
PointInfo
PrimitiveInfo
StopInfo
TypeMetric