MCPcopy
hub / github.com/nolly-studio/cult-ui / DitherVars

Interface DitherVars

apps/www/registry/default/ui/dither-image.tsx:121–129  ·  view source on GitHub ↗

CSS custom properties exposed by `dither-plugin`. Numbers are used directly by the plugin's `filter`.

Source from the content-addressed store, hash-verified

119
120/** CSS custom properties exposed by `dither-plugin`. Numbers are used directly by the plugin's `filter`. */
121interface DitherVars {
122 "--dither-gray"?: number | string
123 "--dither-contrast"?: number | string
124 "--dither-bright"?: number | string
125 "--dither-blur"?: string
126 "--dither-cell"?: string
127 "--dither-opacity"?: number | string
128 "--dither-image"?: string
129}
130
131/* ─── Frame context (invert on dark) ───────────────────────────────────── */
132

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected