Terminal.setOpacity

Sets the opacity of the terminal background, were 0 means completely transparent and 65535 means completely opaque.

  1. alias setOpacity = Widget.setOpacity
  2. void setOpacity(ushort opacity)
    class Terminal
    void
    setOpacity
    (
    ushort opacity
    )

Parameters

opacity ushort

the new opacity

Meta