CrImage::Draw::CircleStyle
CircleStyle defines the appearance of a circle or ellipse
Constructors
new(color : CrImage::Color::Color, fill : Bool = false, anti_alias : Bool = false, thickness : Int32 = 1, blend_mode : CrImage::Draw::BlendMode | Nil = nil)
SourceInstance methods
anti_alias
Sourceblend_mode
Sourceblend_mode=(blend_mode : BlendMode | Nil)
Sourcecolor
Sourcecolor=(color : Color::Color)
Sourcefill
Sourcethickness
Sourcewith_blend_mode(mode : BlendMode) : self
Sourcewith_color(color : Color::Color) : self
Source