Type Alias: RGBColor
ts
type RGBColor = object;Defined in: types.ts:1
Properties
a?
ts
optional a: number;Defined in: types.ts:5
b
ts
b: number;Defined in: types.ts:4
g
ts
g: number;Defined in: types.ts:3
r
ts
r: number;Defined in: types.ts:2