Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IColor

Represents a color instance. It can be read in different formats. It manages transparency.

Hierarchy

  • IColor

Implemented by

Index

Properties

alpha: number
blue: number
green: number
red: number

Methods

  • hex(): string
  • rgb(): string
  • rgba(): string

Generated using TypeDoc