Skip to content

pantoken / design/figma/src / toFigmaColor

Ֆունկցիա: toFigmaColor()

toFigmaColor(hex): FigmaColor | undefined

Փորձարկումային

Վերլուծել #rgb/#rrggbb/#rrggbbaa-ը Figma RGBA-ի (0–1) կամ undefined-ի, եթե ոչ թե hex գույն։

Պարամետրեր

hex

string

Վերադարձվող արժեք

FigmaColor | undefined

Օրինակ

ts
import { toFigmaColor } from "@pantoken/figma";

toFigmaColor("#ff0000"); // { r: 1, g: 0, b: 0, a: 1 }
toFigmaColor("not-a-color"); // undefined