MCPcopy Create free account
hub / github.com/bernaferrari/FigmaToCode / RGB

Interface RGB

packages/types/src/types.ts:160–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 | "900";
159
160export interface RGB {
161 r: number;
162 g: number;
163 b: number;
164}
165
166export type ColorSpec = {
167 source: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected