struct Protocol::Overlay::HingeConfig

Overview

Configuration for dual screen hinge

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

The content box highlight fill color (default: a dark color).


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

The content box highlight outline color (default: transparent).


[View source]
def rect : DOM::Rect #

A rectangle represent hinge


[View source]