struct Protocol::Overlay::IsolationModeHighlightConfig

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

The fill color for the mask covering non-isolated elements (default: transparent).


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

The fill color of the resizers (default: transparent).


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

The fill color for resizer handles (default: transparent).


[View source]