CrImage::Draw::CircleStyle
Inherits Reference / Object
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
Sourceanti_alias=(anti_alias : Bool)
Sourceblend_mode
Sourceblend_mode=(blend_mode : BlendMode | Nil)
Sourcecolor
Sourcecolor=(color : Color::Color)
Sourcefill
Sourcefill=(fill : Bool)
Sourcethickness
Sourcethickness=(thickness : Int32)
Sourcewith_anti_alias(enabled : Bool = true) : self
Sourcewith_blend_mode(mode : BlendMode) : self
Sourcewith_color(color : Color::Color) : self
Sourcewith_thickness(thickness : Int32) : self
Source