class

CrImage::Draw::BezierStyle

Inherits Reference / Object

BezierStyle defines the appearance of a bezier curve

Constructors

new(color : CrImage::Color::Color, thickness : Int32 = 1, anti_alias : Bool = false, segments : Int32 = 50)
Source

Instance methods

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