struct Protocol::Overlay::LineStyle

Overview

Style information for drawing a line.

Included Modules

Defined in:

protocol/overlay.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def color : DOM::RGBA | Nil #

The color of the line (default: transparent)


[View source]
def pattern : String | Nil #

The line pattern (default: solid)


[View source]