GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

Rgb

RGB 8-bits per channel. Each in range `0->255` or `0x00->0xff`

API/Interfaces/Rgb
seyfert/lib/common/it/colors.d.ts

Signature

export interface Rgb

Properties

3
rgb

Methods

0

No methods.

Properties

r#
r: number;
g#
g: number;
b#
b: number;