Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RGBAColorSpace

RGBA color model data structure, providing values for each primary color and alpha.

Hierarchy

  • RGBAColorSpace

Index

Properties

red: number

The primary color Red value

green: number

The primary color Green value

blue: number

The primary color Blue value

alpha: number

The alpha value (opacity) of the color model.

Generated using TypeDoc