Gjsify LogoGjsify Logo

Hierarchy

  • Bitmap

Index

Constructors

Properties

Methods

Constructors

Properties

name: string

Methods

  • getSizeFromFile(filename: string): [number, number, number]
  • Parses an image file enough to extract the width and height of the bitmap.

    Parameters

    • filename: string

      the file to check

    Returns [number, number, number]

  • Loads an image file from disk. This function can be safely called from within a thread.

    Parameters

    • filename: string

      the file to load.

    Returns Cogl.Bitmap

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