Represents a handle to a color in the color management system. This class provides access to color components and manages the lifecycle of color instances.

Constructors

Properties

Accessors

Methods

Constructors

Properties

color: RGBA32

The RGBA color value

id: number

Unique identifier for the color instance

Accessors

Methods

  • Disposes of the color handle and releases associated resources. Once disposed, the color handle cannot be used anymore. Multiple calls to dispose are safely ignored.

    Returns void