CrImage::Draw::RingStyle
Inherits Reference / Object
RingStyle defines the appearance of a ring (donut) slice
Constructors
new(color : CrImage::Color::Color, fill : Bool = true, thickness : Int32 = 1, anti_alias : Bool = false)
SourceInstance methods
anti_alias
Sourceanti_alias=(anti_alias : Bool)
Sourcecolor
Sourcecolor=(color : Color::Color)
Sourcefill
Sourcefill=(fill : Bool)
Sourcethickness
Sourcethickness=(thickness : Int32)
Sourcewith_anti_alias(enabled : Bool = true) : self
Sourcewith_fill(enabled : Bool = true) : self
Sourcewith_thickness(thickness : Int32) : self
Source