Gjsify LogoGjsify Logo

Hierarchy

  • Output

Index

Constructors

Properties

name: string

Methods

  • getBacklight(): number
  • Retrieves the backlight brightness of the given output.

    Returns number

  • getCurrentMode(): Mode
  • getDisplayName(): string
  • getEdidData(size: number): number
  • getId(): number
  • getIdsFromEdid(): [string, string, string]
  • Retrieves the model identifiers from the EDID of the given output.

    Returns [string, string, string]

  • getIsPrimary(): boolean
  • Checks whether the given output is the primary output.

    Returns boolean

  • getIsUnderscanning(): boolean
  • getMinBacklightStep(): number
  • Retrieves the value of the minimum backlight step for the given output, as a percentage.

    Returns number

  • getName(): string
  • getPhysicalSize(): [number, number]
  • Retrieves the physical size of the given output.

    Returns [number, number]

  • getPosition(): [number, number]
  • getPossibleCrtcs(): Crtc[]
  • getPreferredMode(): Mode
  • isBuiltinDisplay(): boolean
  • Checks whether the given output is a built-in display.

    Returns boolean

  • setBacklight(value: number): boolean
  • Sets the backlight level for the given output.

    The value is a percentage, with a range of [0, 100].

    Parameters

    • value: number

      the absolute value of the backlight

    Returns boolean

  • setColorTransform(ctm: CTM): boolean
  • Sets the color transformation matrix for the given output.

    Parameters

    • ctm: CTM

      the color transformation matrix

    Returns boolean

  • supportsColorTransform(): boolean
  • supportsMode(mode: Mode): boolean
  • Checks whether the given output supports a mode.

    Parameters

    • mode: Mode

      the mode to compare

    Returns boolean

  • supportsUnderscanning(): boolean

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method