struct Protocol::Overlay::BoxStyle

Overview

Style information for drawing a box.

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 fill_color : DOM::RGBA | Nil #

The background color for the box (default: transparent)


[View source]
def hatch_color : DOM::RGBA | Nil #

The hatching color for the box (default: transparent)


[View source]