pub type GradientInfo = _GradientInfo;Aliased Type§
#[repr(C)]pub struct GradientInfo {
pub type_: GradientType,
pub bounding_box: _RectangleInfo,
pub gradient_vector: _SegmentInfo,
pub stops: *mut _StopInfo,
pub number_stops: usize,
pub spread: SpreadMethod,
pub debug: MagickBooleanType,
pub center: _PointInfo,
pub radii: _PointInfo,
pub radius: f64,
pub angle: f64,
pub signature: usize,
}Fields§
§type_: GradientType§bounding_box: _RectangleInfo§gradient_vector: _SegmentInfo§stops: *mut _StopInfo§number_stops: usize§spread: SpreadMethod§debug: MagickBooleanType§center: _PointInfo§radii: _PointInfo§radius: f64§angle: f64§signature: usize