Skip to content

@jsvision/core / Rgb

Interface: Rgb

Defined in: color/color.ts:16

RGB components, each an integer 0–255.

Properties

b

readonly b: number

Defined in: color/color.ts:19


g

readonly g: number

Defined in: color/color.ts:18


r

readonly r: number

Defined in: color/color.ts:17