Represents an RGB color value with alpha channel.

Implements

Constructors

Properties

Methods

Constructors

Properties

a?: number

The alpha channel component, from 0-255.

b?: number

The blue channel component from 0-255.

g?: number

The green channel component, from 0-255.

r?: number

The red channel component, from 0-255.

Methods

  • Parameters

    • Optional_data: any

    Returns void

  • Parameters

    • Optionaldata: any

    Returns any