class

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)
Source

Instance methods

anti_alias
Source
anti_alias=(anti_alias : Bool)
Source
color
Source
color=(color : Color::Color)
Source
fill
Source
fill=(fill : Bool)
Source
thickness
Source
thickness=(thickness : Int32)
Source
with_anti_alias(enabled : Bool = true) : self
Source
with_fill(enabled : Bool = true) : self
Source
with_thickness(thickness : Int32) : self
Source