Interface Color

A non-transparent color with red, green, and blue values between 0 and 255.

Mirrors this Rust definition.

Hierarchy

  • Color

Properties

Properties

blue: number
green: number
red: number

Generated using TypeDoc