Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GifColor

Hierarchy

  • GifColor

Index

Constructors

Properties

Methods

Constructors

constructor

  • new GifColor(r: number, g: number, b: number): GifColor
  • GifColor

    Parameters

    • r: number
    • g: number
    • b: number

    Returns GifColor

Properties

b

b: number

g

g: number

r

r: number

Methods

Static createColorTable

  • createColorTable(colors: GifColor[]): Uint8Array
  • TODO: static valueOf(color:string) { }

    Parameters

    Returns Uint8Array