Skip to content

cupertino-files / Fill

Type Alias: Fill

Fill = { color: Color; kind: "color"; } | { gradient: Gradient; kind: "gradient"; } | { image: ImageFill; kind: "image"; }

Defined in: src/tsd/style.ts:135

A fill is exactly one of a flat colour, a gradient, or an image.

MIT licensed. Independently made — not by Apple in California. Not affiliated with or endorsed by Apple Inc.